...and beautified the CSS

This commit is contained in:
Reto Bollinger 2024-11-18 19:30:37 +01:00
parent e120905338
commit 0fbc9bba90

View file

@ -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 {