JacquesHille (Talk | contribs) |
JacquesHille (Talk | contribs) |
||
Line 15: | Line 15: | ||
} | } | ||
+ | @media only screen and (max-width: 1450px) { | ||
+ | .startbutton { | ||
+ | top: 300px; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @media only screen and (max-width: 1100px) { | ||
+ | .startbutton { | ||
+ | top: 200px; | ||
+ | } | ||
+ | } | ||
+ | @media only screen and (max-width: 900px) { | ||
+ | .startbutton { | ||
+ | top: 20px; | ||
+ | } | ||
+ | } | ||
.startbutton:hover, .startbutton:active { | .startbutton:hover, .startbutton:active { | ||
color:white !important; | color:white !important; |
Revision as of 13:20, 16 October 2018