This commit is contained in:
Emil Miler 2024-01-09 23:02:32 +01:00
parent 13275dac3c
commit 7cfcf011ce
3 changed files with 13 additions and 8 deletions

View File

@ -46,18 +46,22 @@ nav {
align-items: baseline;
padding: 0 1em;
.logo {
max-height: 4em;
}
ul {
list-style: none;
display: flex;
}
a {
display: block;
padding: 1em;
color: inherit;
a {
display: block;
padding: 1em;
color: inherit;
&:hover {
text-decoration: underline;
&:hover {
text-decoration: underline;
}
}
}
}

1
static/img/logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -10,7 +10,7 @@
<nav>
<div class="wrap">
Logo
<a href="{{ config.base_url }}"><img src="img/logo.svg" class="logo"></a>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>