feat: add logo instead of text for blog title
This commit is contained in:
parent
43c2e0853b
commit
76b2f3e986
4 changed files with 1149 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue