feat: add logo instead of text for blog title

This commit is contained in:
Alexis Fourmaux 2025-06-04 01:38:53 +02:00
parent 1131638158
commit cc39ed4c4e
4 changed files with 1149 additions and 1 deletions

View file

@ -27,6 +27,14 @@ nav {
font-weight: 100;
text-transform: uppercase;
@include link(var(--text), var(--text));
picture {
img {
max-height: 5rem;
display: inline;
vertical-align: middle;
}
}
}
.nav-bar {