Skip to content
Snippets Groups Projects
Unverified Commit fbe3c06f authored by Conrad Zelck's avatar Conrad Zelck
Browse files

fix style.css: adjust logo image


It should adjust it's size with the font.

Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent 6d1e71d6
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ header {
nav {
display: flex;
align-items: center;
align-items: end;
column-gap: 0.7em;
}
......@@ -320,6 +320,11 @@ main {
height: 100%
}
#logo img {
width: 2em;
height: auto;
}
#dialog-wrapper {
position: fixed;
top: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment