Fix padding on content preview mobile views

This commit is contained in:
John O'Nolan 2014-09-23 12:26:33 +03:00 committed by Hannah Wolfe
parent 7d0558b526
commit ea7f69c23a

View File

@ -205,10 +205,14 @@
}
.content-preview-content {
padding: 80px 40px;
padding: 5%;
word-break: break-word;
hyphens: auto;
@media (max-width:400px) {
padding: 0;
}
.wrapper {
max-width: 700px;
margin:0 auto;