style(css): @media queries together
Anirudh icyph0x@pm.me
Wed, 04 Jul 2018 20:09:39 +0530
1 files changed,
4 insertions(+),
4 deletions(-)
jump to
M
static/style.css
→
static/style.css
@@ -23,13 +23,13 @@ @media screen and (max-width: 768px) {
#primary { width:100%; } #secondary { width:100%; margin:0; border:none; } } -html { - font-size: 100%; - font-family: 'le_font' -} @media (min-width: 640px) { body {font-size:100%;} } @media (min-width:960px) { body {font-size:120%;} } @media (min-width:1100px) { body {font-size:120%;} } +html { + font-size: 100%; + font-family: 'le_font' +}