forked from boyska/sito-hackit-19
tema mobile
This commit is contained in:
parent
16883cbcef
commit
a351f9f36c
1 changed files with 14 additions and 0 deletions
|
@ -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 input[type='submit'] {float: right; margin: 0 .5em;}
|
||||||
#add-comment * {margin-bottom: .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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue