better button
All checks were successful
Deploy Theme / deploy (push) Successful in 8s

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

View File

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