Template:Team:Waterloo/CSS/baseWiki
From 2014.igem.org
(Difference between revisions)
(experiment, sorry) |
(experiment, sorry) |
||
Line 302: | Line 302: | ||
@media screen and (max-width: 768px) and (min-width: 480px) { | @media screen and (max-width: 768px) and (min-width: 480px) { | ||
.content h1 { | .content h1 { | ||
- | size: 30px; | + | font-size: 30px; |
} | } | ||
} | } | ||
Line 308: | Line 308: | ||
@media screen and (max-width : 480px) { | @media screen and (max-width : 480px) { | ||
.content h1 { | .content h1 { | ||
- | size: | + | font-size: 20px; |
} | } | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 01:17, 17 October 2014