This commit is contained in:
jeena 2013-09-05 10:56:13 +02:00
parent 39d0318b2f
commit 632c1f4aa1

View file

@ -116,13 +116,13 @@ img {
} }
@media screen and (width: 320px) { @media screen and (width: 320px) {
#full > article > * { #full > article * {
max-width: 300px !important; max-width: 300px !important;
} }
} }
@media screen and (width: 480px) { @media screen and (width: 480px) {
#full > article > * { #full > article * {
max-width: 460px !important; max-width: 460px !important;
} }
} }
@ -207,7 +207,7 @@ canvas {
} }
#full > article { #full > article {
padding: 0 10px; padding: 0 10px 1em 10px;
-moz-box-flex: 1; -moz-box-flex: 1;
} }