update hero
All checks were successful
Deploy Theme / deploy (push) Successful in 7s

This commit is contained in:
Helldragon67 2024-10-17 17:04:32 +08:00
parent 09b7d2bf88
commit 12b6a85400

View File

@ -19,8 +19,9 @@
} }
.hero-content { .hero-content {
max-width: 50%; max-width: 60%;
text-align: center; text-align: center;
padding: 20px;
} }
.hero-logo { .hero-logo {
@ -53,15 +54,17 @@
} }
.hero-screenshots { .hero-screenshots {
max-width: 40%;
display: flex; display: flex;
gap: 40px; gap: 40px;
margin-left: 0px;
} }
.screenshot { .screenshot {
width: 150px; width: 150px;
height: 280px; height: 280px;
background-color: white; background-color: white;
border: 3px solid black; border: 0px solid black;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
border-radius: 15px; border-radius: 15px;
overflow: hidden; overflow: hidden;