Skip to content

Commit

Permalink
Add padding for logo for both light and dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
en-milie committed Aug 10, 2023
1 parent 9f743cd commit 65376d5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@ html[data-theme='dark'] .navbar .navbar__logo {
height: 3rem;
}

.navbar__logo img {
[data-theme='light'] .navbar__logo img {
padding-bottom: 10px;
}

[data-theme='dark'] .navbar__logo img {
padding-bottom: 10px;
}

Expand Down

0 comments on commit 65376d5

Please sign in to comment.