Compare commits

..

No commits in common. "569ad2854da683a935eb77a9dd0e5c75130d3dd7" and "348ea43a983e132415212fe65a4aa8ebec7087e0" have entirely different histories.

View File

@ -56,9 +56,7 @@
.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 */
@ -73,7 +71,7 @@
.screenshot img { .screenshot img {
max-width: 80vmin; max-width: 80vmin;
height: auto; height: auto;
border-radius: 15px; border-radius: 10px;
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);
} }
@ -108,6 +106,7 @@
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);
} }
@ -123,7 +122,11 @@
.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 {