From 7f48d0798fb9a68350d20f4798e13fb2f1cff0d1 Mon Sep 17 00:00:00 2001 From: KZacharski Date: Sat, 26 Aug 2023 18:20:28 +0200 Subject: [PATCH] ok fixed i hate css --- docs/docs/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs/style.css b/docs/docs/style.css index 618db12..a2ff376 100644 --- a/docs/docs/style.css +++ b/docs/docs/style.css @@ -1,5 +1,9 @@ @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap'); +html, body { + height: 100%; +} + body { font-family: 'Open Sans', sans-serif; margin: 0; @@ -7,6 +11,7 @@ background-color: #111; color: white; display: flex; flex-direction: column; + } .navbar { position: sticky; top: 0px;