Skip to content

Commit

Permalink
Restyle header and footer
Browse files Browse the repository at this point in the history
  • Loading branch information
toduyemi committed Sep 27, 2023
1 parent 47392bc commit 0f5d880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ body {
header {
background-color: black;
min-height: 150px;
height: 15vh;
height: 12vh;
width: 100%;
padding: 20px;
padding-right: 50px;
Expand Down Expand Up @@ -668,7 +668,7 @@ textarea::placeholder {
}

footer {
min-height: 10vh;
min-height: 7vh;
background: black;
font-weight: 900;
font-size: 30px;
Expand Down

0 comments on commit 0f5d880

Please sign in to comment.