better button

This commit is contained in:
Helldragon67 2024-10-17 17:25:11 +08:00
parent 0710b08f44
commit c3052b6f81

@ -27,7 +27,7 @@
.hero-logo {
width: 200px;
margin: 0 auto 20px;
margin-bottom: 60px;
margin-bottom: 40px;
}
.hero-title {
@ -40,7 +40,7 @@
background-color: white;
color: #E72E77;
padding: 15px 30px;
border: 3px solid white;
border: none;
border-radius: 5px;
font-size: 1.4rem;
font-weight: bold;
@ -51,7 +51,8 @@
.hero-button:hover {
background-color: #F9B208;
background-color: white;
color: #2ee797;
}
.hero-screenshots {