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:
parent
7c945cbc49
commit
7b59df371a
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue