mirror of
https://git.bolliret.ch/pcs/pcs-website
synced 2026-01-18 16:51:36 +01:00
Compare commits
No commits in common. "0fbc9bba90a12a971f874b43c29f98c3fd79c9cc" and "c9140f59ab4f6f3ca6ce01b81bfb820ebc43be23" have entirely different histories.
0fbc9bba90
...
c9140f59ab
1 changed files with 3 additions and 18 deletions
|
|
@ -62,13 +62,12 @@ div.inner_page {
|
|||
|
||||
div.inner_page.bgimage {
|
||||
background-image: url(/images/bg_image_welcome_1.jpg);
|
||||
background-size: 100%;
|
||||
background-size: contain;
|
||||
background-position: top;
|
||||
background-repeat: no-repeat;
|
||||
min-height: 635px;
|
||||
background-color: rgba(255,255,255,.6);
|
||||
background-blend-mode: lighten;
|
||||
min-height: 672px;
|
||||
box-sizing: border-box
|
||||
background-blend-mode: lighten
|
||||
}
|
||||
|
||||
footer,header,header h1 {
|
||||
|
|
@ -106,10 +105,6 @@ div.page {
|
|||
}
|
||||
|
||||
@media (max-width:768px) {
|
||||
div.inner_page.bgimage {
|
||||
min-height: calc((80vw - 60px)*.572)
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 4vw
|
||||
}
|
||||
|
|
@ -123,17 +118,7 @@ div.page {
|
|||
}
|
||||
}
|
||||
|
||||
@media (min-width:1025px) and (max-width:1540px) {
|
||||
div.inner_page.bgimage {
|
||||
min-height: calc((80vw - 60px)*.572)
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width:769px) and (max-width:1024px) {
|
||||
div.inner_page.bgimage {
|
||||
min-height: calc((80vw - 60px)*.572)
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 2.5vw
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue