Skip to content

Commit a46f67d

Browse files
committed
WDSBT-23 - Fix linting errors
1 parent d168d8e commit a46f67d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

assets/scss/patterns/related-posts.scss

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@
44
.wp-block-post {
55
border-radius: 10px;
66
box-shadow:
7-
0 8px 16px 0 rgba(48, 49, 51, 0.1),
8-
0 0 1px 0 rgba(48, 49, 51, 0.05);
7+
0 0.5rem 1rem 0 rgba(48, 49, 51, 0.1),
8+
0 0 0.0625rem 0 rgba(48, 49, 51, 0.05);
99

1010
> *:not(.wp-block-post-featured-image):not(hr) {
1111
padding: 0.5rem 1.875rem;
1212
}
1313

1414
.wp-block-post-featured-image {
15-
border-top-left-radius: 10px;
15+
16+
img {
17+
border-top-left-radius: 10px;
18+
border-top-right-radius: 10px;
19+
}
1620
}
1721

1822
.wp-block-post-terms {
@@ -46,7 +50,7 @@
4650
}
4751

4852
hr {
49-
border-top: 1px;
53+
border-top: 10px;
5054
margin: 0;
5155
}
5256

0 commit comments

Comments
 (0)