diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-14 20:29:54 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-14 20:29:54 +0530 |
commit | ee824f566add80998e2530f7bec54ff4d7a1471d (patch) | |
tree | 4b7d1da5908baf8e5e0ef6b67ecdca3f09296a86 /src/styles/global.scss | |
parent | 4c92b12bcb886507d5db738a27bd08e7654f8bfa (diff) |
Played around with forms
Diffstat (limited to 'src/styles/global.scss')
-rw-r--r-- | src/styles/global.scss | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/src/styles/global.scss b/src/styles/global.scss index f893b61..b0e5ea1 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -1,12 +1,16 @@ @import "theme"; * { - font-family: $defFont + font-family: $defFont } body { - background-color: $defBG; - color: $defFG; - padding: $bodyPadding; - margin: $bodyMargin; + background-color: $defBG; + color: $defFG; + margin: 0; +} + +.root-content { + width: 90%; + margin: auto; } |