From 49a32ffc906ac66b30bab56c450e8f9cb4f85866 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 27 Nov 2021 09:38:35 +0100 Subject: search: start implementing search --- style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'style.css') 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; +} -- cgit v1.2.3