better screenshot positions

This commit is contained in:
Helldragon67 2024-10-17 17:00:43 +08:00
parent de269e5c0b
commit 09b7d2bf88

@ -24,7 +24,7 @@
} }
.hero-logo { .hero-logo {
width: 150px; width: 200px;
margin: 0 auto 20px; margin: 0 auto 20px;
} }
@ -54,14 +54,14 @@
.hero-screenshots { .hero-screenshots {
display: flex; display: flex;
gap: 20px; gap: 40px;
} }
.screenshot { .screenshot {
width: 150px; width: 150px;
height: 300px; height: 280px;
background-color: white; background-color: white;
border: 2px solid white; border: 3px 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;