From ee824f566add80998e2530f7bec54ff4d7a1471d Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Wed, 14 Apr 2021 20:29:54 +0530 Subject: Played around with forms --- src/styles/global.scss | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'src/styles/global.scss') 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; } -- cgit v1.2.3