summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-27 09:38:35 +0100
committerMartin Fischer <martin@push-f.com>2021-11-27 12:53:39 +0100
commit49a32ffc906ac66b30bab56c450e8f9cb4f85866 (patch)
tree1999cd8a892468ac73a07b8a4c31c7406666693f /style.css
parentb60d58b4875aea58106c65faa2753dede70152f1 (diff)
search: start implementing search
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;
+}