From e7e05a7291d241ddeb7e23db20028954c99e87f5 Mon Sep 17 00:00:00 2001 From: my Date: Thu, 29 Jan 2026 14:22:02 +0100 Subject: [PATCH] update css --- static/main.css | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/static/main.css b/static/main.css index 8418868..6ddf5ed 100644 --- a/static/main.css +++ b/static/main.css @@ -83,12 +83,6 @@ div#wrapper{ height: calc(100vh - 50px - 25px); } -/* start page */ -body.start-page *{ - font-family: serif; - font-size: 115%; - font-weight: bold; -} /* Z-INDEX */ div#wrapper, @@ -99,14 +93,24 @@ div#nav{ z-index: 11; } +/* start page */ +body.start-page { + font-family: serif; + font-size: 115%; +} -.cols { +.start-page ul { + max-height: 66vh; + overflow-y: auto; +} + +.start-page .cols { display: grid; grid-template-columns: 1fr 3fr; margin-top: 3rem; } -.home_pad_iframe { +.start-page .home_pad_iframe { height: 75vh; /* margin: 5rem; */ /* width: calc(100vw - 13rem); */ @@ -115,7 +119,7 @@ div#nav{ } @media only screen and (max-width: 600px) { - .home_pad_iframe { + .start-page .home_pad_iframe { margin: 1rem; width: 90vw; }