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 {