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 {
|
#post-content {
|
||||||
display: table;
|
display: table;
|
||||||
|
|
||||||
padding: 70px 10%;
|
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
.post {
|
||||||
|
padding: 70px 10%;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
@include photo-shadow();
|
@include photo-shadow();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue