0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

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 7c945cbc49
commit 7b59df371a

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;