Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
marbrex authored Sep 6, 2022
1 parent 85fc96e commit 8e86c2c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ header {
-webkit-background-size: cover;
background-size: cover;
/*background-attachment: fixed;*/
display: flex;
justify-content: center;
}

nav {
Expand Down Expand Up @@ -140,6 +142,8 @@ ul.active li a,
}

.mountains {
width: 100%;
max-width: 2000px;
position: absolute;
bottom: -80px;
left: 0;
Expand Down Expand Up @@ -363,4 +367,4 @@ form button:focus {
form {
width: 80%;
}
}
}

0 comments on commit 8e86c2c

Please sign in to comment.