added capability for small screens
This commit is contained in:
parent
8f6303750c
commit
93b1e310cd
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue