Compare commits

...

2 Commits

Author SHA1 Message Date
569ad2854d hero for mobile
All checks were successful
Deploy Theme / deploy (push) Successful in 8s
2024-10-19 18:27:38 +08:00
d6ca0ddc6a hero for mobile 2024-10-19 18:26:08 +08:00

View File

@ -56,7 +56,9 @@
.hero-button:hover {
background-color: #E72E77;
opacity: 1;
color: white;
box-shadow: 0 0px 16px rgba(0, 0, 0, 0.3);
}
/* Screenshots styling */
@ -71,7 +73,7 @@
.screenshot img {
max-width: 80vmin;
height: auto;
border-radius: 10px;
border-radius: 15px;
border: 4px solid black;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@ -106,7 +108,6 @@
background-color: white;
/* color: #2ee797; */
color: #ff3988;
opacity: 1;
box-shadow: 0 0px 16px rgba(0, 0, 0, 0.3);
}
@ -122,11 +123,7 @@
.screenshot {
width: auto;
height: 330px;
background-color: white;
border: 5px solid black;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
border-radius: 13px;
overflow: hidden;
}
.screenshot img {