hero for mobile

This commit is contained in:
Helldragon67 2024-10-19 18:26:08 +08:00
parent 348ea43a98
commit d6ca0ddc6a

View File

@ -71,7 +71,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);
} }
@ -122,11 +122,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 {