mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Removed bottom margin on post preview
This commit is contained in:
parent
3780e80b14
commit
9729ec11be
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
margin: 0 40px 40px;
|
||||
margin: 0 40px;
|
||||
border-radius: 3px !important;
|
||||
box-shadow:
|
||||
0 0 0 1px rgba(0,0,0,0.02),
|
||||
|
|
Loading…
Add table
Reference in a new issue