Fix border radius bug on featured posts
This commit is contained in:
parent
d1d0bca2d8
commit
269d2b5787
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -485,6 +485,7 @@ The first (most recent) post in the list is styled to be bigger than the others
|
||||||
.home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) .post-card-image-link {
|
.home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) .post-card-image-link {
|
||||||
position: relative;
|
position: relative;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
|
border-radius: 5px 0 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) .post-card-image {
|
.home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) .post-card-image {
|
||||||
|
|
Loading…
Reference in New Issue