aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/style.css b/style.css
index 156938b..afb9055 100644
--- a/style.css
+++ b/style.css
@@ -2,6 +2,7 @@ body, html {
margin: 0;
padding: 0;
+ font-size: 10pt;
font-family: "Inter", sans-serif;
text-transform: lowercase;
@@ -13,11 +14,13 @@ main {
padding: 0 24px;
}
+img.shield { margin: 4px; }
+
h1 { text-align: center; }
-p, ul { margin: 30px 0; }
+p, ul { margin: 1em 0; }
ul { line-height: 1.7; }
-.fill { height: calc(100vh - 300px); }
+.fill { height: calc(100vh - 275px); }