Line 185: | Line 185: | ||
main { | main { | ||
width: 100%; | width: 100%; | ||
− | position: | + | position: absolute; |
margin-left: 200px; | margin-left: 200px; | ||
padding-left: 15px; | padding-left: 15px; | ||
Line 256: | Line 256: | ||
main { | main { | ||
width: 100vw; | width: 100vw; | ||
− | position: | + | position: absolute; |
padding-top: 20px; | padding-top: 20px; | ||
background: none !important; | background: none !important; | ||
Line 275: | Line 275: | ||
font-size: 3vh; | font-size: 3vh; | ||
text-align: center !important; | text-align: center !important; | ||
+ | position: fixed; | ||
} | } | ||
.banner { | .banner { | ||
Line 572: | Line 573: | ||
color: white !important; | color: white !important; | ||
text-shadow: 0 0 10px grey; | text-shadow: 0 0 10px grey; | ||
+ | position: fixed; | ||
} | } | ||
Line 584: | Line 586: | ||
font-weight: 700; | font-weight: 700; | ||
text-shadow: 0 0 10px grey; | text-shadow: 0 0 10px grey; | ||
+ | position: fixed; | ||
} | } | ||
Revision as of 02:59, 4 October 2017