From 0f393b59b3651c9d8b19ef5d1cd0d2f2255ea29c Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 23 Apr 2021 11:36:19 +0200 Subject: layout/css tweaks --- talermerchantdemos/static/demo.css | 32 ++------------------------------ 1 file changed, 2 insertions(+), 30 deletions(-) (limited to 'talermerchantdemos/static/demo.css') diff --git a/talermerchantdemos/static/demo.css b/talermerchantdemos/static/demo.css index 95cedce..ce95cc9 100644 --- a/talermerchantdemos/static/demo.css +++ b/talermerchantdemos/static/demo.css @@ -31,12 +31,13 @@ } .content { + margin-left: 2em; overflow-x: auto; } .demobar { overflow-x: auto; - background-color: #033; + background-color: #1e2739; color: white; } @@ -45,35 +46,6 @@ body { overflow-y: auto; } -body * { - /* margin-left: 0.5vw; */ - left: 0.1vw; -} - -@media (min-width: 500px) { - .content { - /* margin-left: 0vw; */ - padding-left: 2em; - margin-right: 1em; - } - - .demobar { - /* height: 100%; */ - /* width: 25%; */ - /* NOTE: Please use "vh"/"vw" instead of "%" when possible, in the future. */ - height: min-content; - width: 100vw; - margin: 0; - top: 0; - left: 0; - background-color: #1e2739; - color: white; - position: relative; - padding-right: 1em; - text-align: center; - } -} - .navcontainer { background: #1e2739; margin-bottom: 50px; -- cgit v1.2.3