This commit is contained in:
parent
0a27c31bed
commit
de745d93ea
@ -51,8 +51,8 @@
|
|||||||
|
|
||||||
|
|
||||||
.hero-button:hover {
|
.hero-button:hover {
|
||||||
background-color: white;
|
/* background-color: white; */
|
||||||
color: #2ee797;
|
background-color: #2ee797;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-screenshots {
|
.hero-screenshots {
|
||||||
@ -60,11 +60,12 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
gap: 40px;
|
gap: 40px;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
|
padding-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.screenshot {
|
.screenshot {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
height: 280px;
|
height: 320px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border: 0px solid black;
|
border: 0px solid black;
|
||||||
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user