Skip to content

Commit

Permalink
mit fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaBK24 committed Sep 10, 2024
1 parent 06133a6 commit aba510e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,23 @@ html body{
}

body{
padding: 0 2vw;
padding: 9vh 2vw 0 2vw;
}

a{
text-decoration: none;
}

header {
position: fixed;
width: 100%;
top: 0;
left: 0;
padding: 0 2vw;
background-color: #fff;
z-index: 1000;
}

nav{
display: flex;
align-items: center;
Expand Down

0 comments on commit aba510e

Please sign in to comment.