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

This commit is contained in:
Helldragon67 2024-10-19 18:41:48 +08:00
parent c9f9e046a9
commit 3905f10eae

View File

@ -6,7 +6,7 @@
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 80px;
padding-top: 60px;
padding-bottom: 80px;
padding-left: 40px;
padding-right: 40px;
@ -20,8 +20,8 @@
text-align: center;
width: 100%;
max-width: 1200px;
gap: 2rem; /* Space between items */
margin-bottom: 40px;
gap: 4rem; /* Space between items */
margin-bottom: 4rem;
}
.hero-content {
@ -59,7 +59,6 @@
background-color: #E72E77;
opacity: 1;
color: white;
box-shadow: 0 0px 16px rgba(0, 0, 0, 0.3);
}
/* Screenshots styling */