mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Improve header margin
This commit is contained in:
parent
9082320a02
commit
9f03ceb229
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ tr.drag-hover td {
|
|||
}
|
||||
|
||||
body {
|
||||
margin: 1em;
|
||||
margin: 2em 1em 1em 1em;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
@use "sass/button-mixins" as button;
|
||||
|
||||
#header {
|
||||
padding-bottom: 12px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
.tdcenter {
|
||||
|
|
Loading…
Reference in a new issue