Skip to content

Commit d168d8e

Browse files
committed
WDSBT-23 - Adjust related posts pattern and styles
1 parent 1d0f69d commit d168d8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/scss/patterns/related-posts.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
/** cards **/
22

33
.related-posts-query {
4-
54
.wp-block-post {
65
border-radius: 10px;
7-
box-shadow: 0 8px 16px 0 rgba(48, 49, 51, 0.1), 0 0 1px 0 rgba(48, 49, 51, 0.05);
6+
box-shadow:
7+
0 8px 16px 0 rgba(48, 49, 51, 0.1),
8+
0 0 1px 0 rgba(48, 49, 51, 0.05);
89

910
> *:not(.wp-block-post-featured-image):not(hr) {
1011
padding: 0.5rem 1.875rem;
@@ -27,7 +28,6 @@
2728
color: var(--wp--preset--color--primary-500);
2829
}
2930
}
30-
3131
}
3232

3333
.wp-block-post-title {

0 commit comments

Comments
 (0)