From 00e1e06db80b32b489825a046146dece07654c73 Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Sun, 4 Aug 2024 16:48:13 +0200 Subject: [PATCH] move a css variable to :root --- style/shiny/single.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style/shiny/single.css b/style/shiny/single.css index 47c0b5d..1e16076 100644 --- a/style/shiny/single.css +++ b/style/shiny/single.css @@ -4,6 +4,7 @@ :root { --image-width: 1000px; + --border-thickness: 2px; } body { @@ -17,8 +18,6 @@ body { } #mainfig { - --border-thickness: 2px; - margin: 1em auto; width: min-content; position: relative;