mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
12 lines
236 B
SCSS
12 lines
236 B
SCSS
/* Copyright: Ankitects Pty Ltd and contributors
|
|
* License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */
|
|
|
|
body {
|
|
overflow: hidden;
|
|
}
|
|
|
|
#header {
|
|
border-bottom: 0;
|
|
margin-top: 0;
|
|
padding: 9px;
|
|
}
|