Remove spacing from the homepage
Those spaces where added back via Tailwind.
This commit is contained in:
parent
de1ac89425
commit
21d2dc52c2
2 changed files with 0 additions and 7 deletions
|
@ -95,11 +95,6 @@ Contains tweaks for small screens
|
||||||
width: calc(100vw - 5px);
|
width: calc(100vw - 5px);
|
||||||
}
|
}
|
||||||
|
|
||||||
#topleft-tools {
|
|
||||||
padding: 0.2em !important;
|
|
||||||
padding-top: 0.3em !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#userbadge {
|
#userbadge {
|
||||||
margin-bottom: 0.3em;
|
margin-bottom: 0.3em;
|
||||||
}
|
}
|
||||||
|
|
|
@ -304,8 +304,6 @@ a {
|
||||||
z-index: 5000;
|
z-index: 5000;
|
||||||
transition: all 500ms linear;
|
transition: all 500ms linear;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
/* Shadow offset */
|
|
||||||
padding: 0.5em 10px 0 0.5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.welcomeMessage {
|
.welcomeMessage {
|
||||||
|
|
Loading…
Reference in a new issue