mirror of
https://git.bolliret.ch/pcs/pcs-website
synced 2026-01-18 15:01:37 +01:00
Tweak for fixing that annoying (FF only?) scrollbar issue
This commit is contained in:
parent
f77e43ea31
commit
9c1b2095db
1 changed files with 6 additions and 0 deletions
|
|
@ -59,6 +59,10 @@
|
|||
src:url(/static/webfonts/Roboto-ThinItalic.woff2)format("woff2"),url(/static/webfonts/Roboto-ThinItalic.woff)format("woff")
|
||||
}
|
||||
|
||||
html{
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Roboto-Regular","Arial",sans-serif;
|
||||
margin: 0px;
|
||||
|
|
@ -157,6 +161,7 @@ div.page{
|
|||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: 1100px;
|
||||
max-width:100%;
|
||||
background: #fff;
|
||||
text-align: center;
|
||||
color: #2563eb;
|
||||
|
|
@ -269,6 +274,7 @@ div.left_footer, div.middle_footer, div.right_footer {
|
|||
margin: calc(30vw /1100*100) 0 0 0;
|
||||
padding: calc(22vw /1100*100) 0 0 0;
|
||||
line-height: calc(50vw /1100*100);
|
||||
width: 100%;
|
||||
}
|
||||
div.page h3 {
|
||||
font-size:calc(60vw /1100*100);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue