Line 60: | Line 60: | ||
h1 { | h1 { | ||
− | |||
font-size: 50px; | font-size: 50px; | ||
} | } | ||
Line 184: | Line 183: | ||
height: 440px; | height: 440px; | ||
background-position: center; | background-position: center; | ||
− | background-image: url(https:// | + | background-image: url(https://static.igem.org/mediawiki/2017/7/76/Rohrlightupthepipe.png); |
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-size: contain; | background-size: contain; | ||
Line 262: | Line 261: | ||
/* IF THE SCREEN IS LESS THAN 320PX */ | /* IF THE SCREEN IS LESS THAN 320PX */ | ||
@media only screen and (max-width: 320px) { | @media only screen and (max-width: 320px) { | ||
− | + | h1 { | |
+ | font-size: 44px; | ||
+ | } | ||
+ | h2 { | ||
+ | font-size: 34px; | ||
+ | } | ||
+ | h3 { | ||
+ | font-size: 28px; | ||
+ | } | ||
+ | h4 { | ||
+ | font-size: 20px; | ||
+ | } | ||
+ | h5 { | ||
+ | font-size: 16px; | ||
+ | } | ||
} | } | ||
Revision as of 21:45, 29 October 2017