From 7624a449dbca6d40fec6e616dacd4d34bb40be19 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sun, 1 Oct 2023 21:09:38 +0200 Subject: web --- web/style.css | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'web/style.css') diff --git a/web/style.css b/web/style.css index f478501..41d8166 100644 --- a/web/style.css +++ b/web/style.css @@ -1,13 +1,24 @@ :root { --dummy: white; - --indexwidth: 50px; + --indexwidth: 100px; + --productindex-width: 150px; +} + +body { + font-family: mono; +} + +div.product_index { + width: var(--productindex-width); + float: left; } div.index { width: var(--indexwidth); - position: fixed; + float: left; + margin-top: var(--header-heigth); } div.mapframe { - margin-left: var(--indexwidth); + float: left; } -- cgit v1.2.3