added capability for small screens

This commit is contained in:
nek0 2015-04-05 01:57:01 +02:00
parent 8f6303750c
commit 93b1e310cd
1 changed files with 8 additions and 0 deletions

View File

@ -75,3 +75,11 @@ input[type="submit"] {
width: auto !important;
padding: 30px;
}
@media screen and (max-width: 600px){
#main article.article {
width: 7em;
height: 7em;
line-height: 7em;
}
}