Skip to content

Commit

Permalink
style.css update
Browse files Browse the repository at this point in the history
Adjusting the look for the new website redesign.
  • Loading branch information
bedroomvampire authored Feb 7, 2024
1 parent 05e1f87 commit c754358
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.4vw 0.5vw;
padding: 0.3vw 0.15vw;
overflow: hidden;
position: sticky;
background-color: black;
Expand All @@ -21,8 +21,8 @@ ul {
}

.logo {
width: 2.25%;
padding: 1.4vw 1.5vw;
width: 2%;
padding: 1.3vw 1.15vw;
text-align: center;
float: right;
}
Expand All @@ -35,8 +35,8 @@ li a {
display: block;
color: white;
text-align: center;
font-size:1.7vw;
padding: 1.5vw 1.4vw;
font-size:1.5vw;
padding: 1.3vw 1.15vw;
text-decoration: none;
}

Expand All @@ -54,13 +54,13 @@ p {
}

h1 {
padding: 0vw 1.8vw;
font-size: 2.7vw;
padding: 0vw 1.6vw;
font-size: 2.5vw;
font-weight: normal;
}

footer {
font-size:1.35vw;
text-align: center;
padding: 1.5vw 1.4vw;
padding: 1.3vw 1.15vw;
color: grey;

0 comments on commit c754358

Please sign in to comment.