hero for mobile
All checks were successful
Deploy Theme / deploy (push) Successful in 8s

This commit is contained in:
Helldragon67 2024-10-19 18:39:51 +08:00
parent 8bea1823e7
commit c9f9e046a9

View File

@ -21,6 +21,7 @@
width: 100%; width: 100%;
max-width: 1200px; max-width: 1200px;
gap: 2rem; /* Space between items */ gap: 2rem; /* Space between items */
margin-bottom: 40px;
} }
.hero-content { .hero-content {
@ -73,7 +74,7 @@
.screenshot img { .screenshot img {
max-width: 70vmin; max-width: 70vmin;
height: auto; height: auto;
border-radius: 30px; border-radius: 20px;
border: 4px solid black; border: 4px solid black;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
} }