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