Compare commits
2 Commits
348ea43a98
...
569ad2854d
Author | SHA1 | Date | |
---|---|---|---|
569ad2854d | |||
d6ca0ddc6a |
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user