Skip to content

Commit

Permalink
Update styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcth committed Jan 7, 2024
1 parent f2364c7 commit 7862b55
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions theme/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ html, body {
/* Menu */
#nav {
padding: 0 40px 0 40px;
font-size: 2em;
font-size: 1.5em;
background-color: #c9d3c2;
}

Expand All @@ -40,14 +40,15 @@ html, body {
}

.nav ul > li:first-of-type {
font-size: 2em;
font-family: "Hobo";
}
text-align: left;
}

.nav a,
.nav a:visited {
flex: 0 0 auto;
display: flex;
align-items: center;
align-items: end;
height: 60px;
padding: 0;
}
Expand Down

0 comments on commit 7862b55

Please sign in to comment.