Skip to content

Commit 36fdccd

Browse files
authored
fix
1 parent 4143154 commit 36fdccd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ input, select, textarea {
709709

710710
@media screen and (min-resolution: 2dppx) {
711711
.image.main {
712-
width: 25%;
712+
width: 80%;
713713
margin: 2rem auto;
714714
}
715715
}
@@ -1147,7 +1147,7 @@ input, select, textarea {
11471147
-webkit-transition-delay: 0.75s;
11481148
-ms-transition-delay: 0.75s;
11491149
transition-delay: 0.75s;
1150-
background-image: linear-gradient(to top, rgba(19, 21, 25, 0.5), rgba(19, 21, 25, 0.5)), url("../../images/overlay.png");
1150+
background-image: linear-gradient(to top, rgba(19, 21, 25, 0), rgba(19, 21, 25, 0)), url("../../images/overlay.png");
11511151
background-size: auto,
11521152
256px 256px;
11531153
background-position: center,

0 commit comments

Comments
 (0)