summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/style.css b/style.css
index 5df3fcd..ea43be2 100644
--- a/style.css
+++ b/style.css
@@ -13,3 +13,18 @@ li {
code {
font-size: 1.1em;
}
+
+.header {
+ display: flex;
+ padding-top: 0.5em;
+ padding-bottom: 1em;
+}
+
+.left, .right {
+ flex: 1;
+}
+
+h1 {
+ margin-top: 0;
+ margin-bottom: 0;
+}