diff --git a/themes/hackit0x16/static/css/main.css b/themes/hackit0x16/static/css/main.css index f51d957..dcee2d5 100644 --- a/themes/hackit0x16/static/css/main.css +++ b/themes/hackit0x16/static/css/main.css @@ -436,3 +436,17 @@ li:last-child .hentry, #content > .hentry {border: 0; margin: 0;} #add-comment input[type='submit'] {float: right; margin: 0 .5em;} #add-comment * {margin-bottom: .5em;} + +@media screen and (max-width:767px) { + h4 {font-size:1.1em;} + #banner h1 a:link, #banner h1 a:visited { + font-size:30px; + text-align:center; + } + #banner nav { + height:auto; + } + .entry-title { + font-size:1.8em; + } +}