Remove spacing from the homepage

Those spaces where added back via Tailwind.
This commit is contained in:
Tobias 2021-01-17 21:15:53 +01:00
parent de1ac89425
commit 21d2dc52c2
2 changed files with 0 additions and 7 deletions

View file

@ -95,11 +95,6 @@ Contains tweaks for small screens
width: calc(100vw - 5px);
}
#topleft-tools {
padding: 0.2em !important;
padding-top: 0.3em !important;
}
#userbadge {
margin-bottom: 0.3em;
}

View file

@ -304,8 +304,6 @@ a {
z-index: 5000;
transition: all 500ms linear;
pointer-events: none;
/* Shadow offset */
padding: 0.5em 10px 0 0.5em;
}
.welcomeMessage {