Vyhledávací položka v menu

This commit is contained in:
Emil Miler
2020-03-16 00:20:30 +01:00
parent b2ad0295ef
commit 26ecb4bec4
4 changed files with 70 additions and 0 deletions

View File

@ -36,6 +36,11 @@ nav {
}
}
img {
height:1em;
width:1em;
}
.mainnav {
display:flex;
justify-content:space-between;

View File

@ -14,6 +14,7 @@ body {
background:$body-background-image repeat $body-background;
color:$body-color;
font-family:sofia;
font-size:1em;
}
a {