fixed #8
This commit is contained in:
parent
39d0318b2f
commit
632c1f4aa1
1 changed files with 3 additions and 3 deletions
|
@ -116,13 +116,13 @@ img {
|
|||
}
|
||||
|
||||
@media screen and (width: 320px) {
|
||||
#full > article > * {
|
||||
#full > article * {
|
||||
max-width: 300px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (width: 480px) {
|
||||
#full > article > * {
|
||||
#full > article * {
|
||||
max-width: 460px !important;
|
||||
}
|
||||
}
|
||||
|
@ -207,7 +207,7 @@ canvas {
|
|||
}
|
||||
|
||||
#full > article {
|
||||
padding: 0 10px;
|
||||
padding: 0 10px 1em 10px;
|
||||
-moz-box-flex: 1;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue