Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac20e886 authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

Fix logo alignment - thanks to rthery

parent 7c87b155
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -74,11 +74,16 @@ button.primary:focus,
    height: 128px;
}
#header .logo-icon {
    width: 62px;
    height: 34px;
    width: 42px;
    height: 42px;
    top: 4px;
    bottom: 0px;
}
:root {
    --color-primary: #AFAFAF;
    --color-primary-element: #AFAFAF;
    --color-primary-element-light: #999999;
}
#header #nextcloud {
    padding-left: 70px;
}