move padding down to post
This commit is contained in:
parent
47dbced6d7
commit
254bd9b89c
1 changed files with 4 additions and 1 deletions
|
|
@ -714,12 +714,15 @@ text-rendering: optimizelegibility;
|
|||
#post-content {
|
||||
display: table;
|
||||
|
||||
padding: 70px 10%;
|
||||
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
.post {
|
||||
padding: 70px 10%;
|
||||
}
|
||||
|
||||
img {
|
||||
@include photo-shadow();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue