mirror of
https://git.bolliret.ch/pcs/pcs-website
synced 2026-01-18 15:01:37 +01:00
...and beautified the CSS
This commit is contained in:
parent
e120905338
commit
0fbc9bba90
1 changed files with 4 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue