From 0fbc9bba90a12a971f874b43c29f98c3fd79c9cc Mon Sep 17 00:00:00 2001 From: Reto Bollinger Date: Mon, 18 Nov 2024 19:30:37 +0100 Subject: [PATCH] ...and beautified the CSS --- lektor/lektordata/project/assets/static/style.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/lektor/lektordata/project/assets/static/style.css b/lektor/lektordata/project/assets/static/style.css index 1dec582..f106250 100644 --- a/lektor/lektordata/project/assets/static/style.css +++ b/lektor/lektordata/project/assets/static/style.css @@ -68,7 +68,7 @@ div.inner_page.bgimage { background-color: rgba(255,255,255,.6); background-blend-mode: lighten; min-height: 672px; - box-sizing: border-box; + box-sizing: border-box } footer,header,header h1 { @@ -106,9 +106,8 @@ div.page { } @media (max-width:768px) { - div.inner_page.bgimage { - min-height: calc((80vw - 60px) * 0.572); + min-height: calc((80vw - 60px)*.572) } body { @@ -125,17 +124,14 @@ div.page { } @media (min-width:1025px) and (max-width:1540px) { - div.inner_page.bgimage { - min-height: calc((80vw - 60px) * 0.572); + min-height: calc((80vw - 60px)*.572) } - } @media (min-width:769px) and (max-width:1024px) { - div.inner_page.bgimage { - min-height: calc((80vw - 60px) * 0.572); + min-height: calc((80vw - 60px)*.572) } body {