Skip to content

Commit 4a7c4b4

Browse files
committed
edited background size
1 parent 7e13017 commit 4a7c4b4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css/index.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@ html {
6464

6565
@media only screen and (max-width: 768px) {
6666
.hero {
67-
background-size: 90%;
68-
height: 90vh;
69-
background-position: top;
67+
background-size: 100%;
68+
height: 80vh;
69+
background-position: center;
70+
padding: 0;
7071
}
7172

7273
.header {

0 commit comments

Comments
 (0)