Improve header margin

This commit is contained in:
Matthias Metelka 2022-10-21 10:44:47 +02:00
parent 9082320a02
commit 9f03ceb229
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ tr.drag-hover td {
} }
body { body {
margin: 1em; margin: 2em 1em 1em 1em;
-webkit-user-select: none; -webkit-user-select: none;
} }

View file

@ -7,7 +7,7 @@
@use "sass/button-mixins" as button; @use "sass/button-mixins" as button;
#header { #header {
padding-bottom: 12px; padding-bottom: 4px;
} }
.tdcenter { .tdcenter {