mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Add some left/right margins to congrats page
This commit is contained in:
parent
0ca66f6351
commit
d52aa77b29
1 changed files with 5 additions and 0 deletions
|
@ -2,3 +2,8 @@
|
|||
@import "sass/base";
|
||||
|
||||
@import "bootstrap/scss/containers";
|
||||
|
||||
body {
|
||||
margin-left: 0.5em;
|
||||
margin-right: 0.5em;
|
||||
}
|
Loading…
Reference in a new issue