fix: svg logo

This commit is contained in:
Tobias Reisinger 2020-01-09 01:20:05 +01:00
parent 188bac429d
commit 857d46a903
4 changed files with 78 additions and 12 deletions

View file

@ -1,8 +1,3 @@
.navbar-brand svg
{
height: 40px;
}
body, wrapper
{
min-height: 100vh;
@ -69,3 +64,12 @@ footer
column-count: 6;
}
}
.navbar-brand
{
font-size: 1em;
}
.navbar-brand img
{
height: 3em;
}