Merge pull request #213 from lukaszklis/border-fix
Fixed horizontal scroll on the post page
This commit is contained in:
commit
8f6f4a962b
|
@ -1441,6 +1441,9 @@ body:not(.post-template) .post-title {
|
||||||
/* if there are two posts without covers, put a border between them */
|
/* if there are two posts without covers, put a border between them */
|
||||||
.read-next-story.no-cover + .read-next-story.no-cover {
|
.read-next-story.no-cover + .read-next-story.no-cover {
|
||||||
border-left: rgba(0,0,100,0.04) 1px solid;
|
border-left: rgba(0,0,100,0.04) 1px solid;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Correctly position site-footer when next to the .read-next container */
|
/* Correctly position site-footer when next to the .read-next container */
|
||||||
|
|
Loading…
Reference in New Issue