Skip to content

Commit

Permalink
fixed footer and header
Browse files Browse the repository at this point in the history
  • Loading branch information
26-PM committed Jan 28, 2024
1 parent 9e59545 commit 03df88b
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 @@ -21,17 +21,20 @@ header {
nav {
display: flex;
justify-content: space-between;
width: 1100px;
/* width: 1100px; */
width:100vw;
margin: 0 auto;
}

.logo img {
margin-top: 1vh;
width: 80px;
margin-left: 10vw;
}

.navbar {
display: flex;
margin-right: 10vw;
}

.navbar div {
Expand Down Expand Up @@ -205,6 +208,7 @@ nav {
}

footer {
width: 100vw;
background-color: #191919;
}

Expand Down

0 comments on commit 03df88b

Please sign in to comment.