Skip to content

Commit

Permalink
fix: 404 line height
Browse files Browse the repository at this point in the history
  • Loading branch information
not-matthias committed Jan 10, 2025
1 parent 2be0662 commit e4c61fe
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions sass/parts/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
font-size: 4em;
}

.centered-header span {
line-height: 100%;
}

header {
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -56,15 +60,15 @@ header .socials {
background-image: unset;
}

.logo>img {
.logo > img {
border: unset;
width: auto;
height: 24px;
vertical-align: middle;
}

.logo:hover {
background-color: transparent;
background-color: transparent;
}

.socials {
Expand All @@ -85,7 +89,7 @@ header .socials {
padding: 2px;
}

.social>img {
.social > img {
border: unset;
width: 24px;
height: 24px;
Expand Down Expand Up @@ -114,7 +118,7 @@ header .socials {
/* Allows items to wrap as needed */
}

#dark-mode-toggle>img {
#dark-mode-toggle > img {
display: none;
width: 15px;
height: 15px;
Expand Down

0 comments on commit e4c61fe

Please sign in to comment.