summaryrefslogtreecommitdiffstats
path: root/scss/style.scss
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-04-28 20:19:32 -0400
committerrsiddharth <s@ricketyspace.net>2019-04-28 20:19:32 -0400
commitbfa7f82baec8750ccc74961eb92aa1afce7590c6 (patch)
treee6a9b333f410d58dc38ce055a488a0364ca28e13 /scss/style.scss
parent8fb79ea724415ae23711dd3b4bc511e44acd8751 (diff)
scss/style.scss: Add .main.
Diffstat (limited to 'scss/style.scss')
-rw-r--r--scss/style.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/scss/style.scss b/scss/style.scss
index 01a24ba..d45d59b 100644
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -52,3 +52,9 @@
text-transform: uppercase;
}
}
+
+// About
+.main {
+ margin-top: 20px;
+ margin-bottom: 20px;
+}