Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroomvampire authored Feb 7, 2024
1 parent c754358 commit fa8253a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body {
ul {
list-style-type: none;
margin: 0;
padding: 0.3vw 0.15vw;
padding: 0.3vw 0.3vw;
overflow: hidden;
position: sticky;
background-color: black;
Expand Down Expand Up @@ -36,7 +36,7 @@ li a {
color: white;
text-align: center;
font-size:1.5vw;
padding: 1.3vw 1.15vw;
padding: 1.2vw 1.1vw;
text-decoration: none;
}

Expand All @@ -55,6 +55,8 @@ p {

h1 {
padding: 0vw 1.6vw;
margin-top: 1vw;
margin-bottom: .5vw;
font-size: 2.5vw;
font-weight: normal;
}
Expand Down

0 comments on commit fa8253a

Please sign in to comment.