mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 10:28:04 +00:00
Added box-sizing for a read next story link
This commit is contained in:
parent
1a3dd91f81
commit
dd9d027709
@ -1441,6 +1441,7 @@ body:not(.post-template) .post-title {
|
||||
/* if there are two posts without covers, put a border between them */
|
||||
.read-next-story.no-cover + .read-next-story.no-cover {
|
||||
border-left: rgba(0,0,100,0.04) 1px solid;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* Correctly position site-footer when next to the .read-next container */
|
||||
|
Loading…
Reference in New Issue
Block a user