aboutsummaryrefslogtreecommitdiffstats
path: root/static/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/main.css')
-rw-r--r--static/main.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/static/main.css b/static/main.css
index 5dfa186..f4f67c7 100644
--- a/static/main.css
+++ b/static/main.css
@@ -1,7 +1,3 @@
-body {
- font-size: 14px;
-}
-
.borderless td,
.borderless tr {
border: none !important;
@@ -15,4 +11,8 @@ body {
.date {
color: rgba(0, 0, 0, 0.6);
font-size: 14px;
-} \ No newline at end of file
+}
+
+article > header {
+ margin-bottom: 2em;
+}