better screenshot positions
All checks were successful
Deploy Theme / deploy (push) Successful in 9s

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

View File

@ -24,7 +24,7 @@
}
.hero-logo {
width: 150px;
width: 200px;
margin: 0 auto 20px;
}
@ -54,14 +54,14 @@
.hero-screenshots {
display: flex;
gap: 20px;
gap: 40px;
}
.screenshot {
width: 150px;
height: 300px;
height: 280px;
background-color: white;
border: 2px solid white;
border: 3px solid black;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
border-radius: 15px;
overflow: hidden;