Skip to content

Commit 1eb8ea4

Browse files
committed
Fixes #4159
1 parent bdcbd19 commit 1eb8ea4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/shared/components/Contentful/ArticleCard/themes/article_large.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
.tags {
4646
display: flex;
4747
flex-direction: row;
48-
margin: 28px 0 15px;
48+
margin: 23px 0 15px;
49+
flex-wrap: wrap;
4950

5051
@include xs-to-sm {
5152
margin: 17px 0 7px;
@@ -57,6 +58,7 @@
5758
border-radius: 5px;
5859
padding: 4px 6px;
5960
margin-right: 3px;
61+
margin-top: 5px;
6062
font-family: 'Roboto', Helvetica, Arial, sans-serif;
6163
font-size: 11px;
6264
font-weight: 400;

src/shared/components/Contentful/ArticleCard/themes/forum_post.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,15 @@
4444
display: flex;
4545
flex-direction: row;
4646
margin: 0 0 15px;
47-
48-
@include xs-to-sm {
49-
margin: 17px 0 7px;
50-
}
47+
flex-wrap: wrap;
5148
}
5249

5350
.tag {
5451
height: 23px;
5552
border-radius: 5px;
5653
padding: 4px 6px;
5754
margin-right: 3px;
55+
margin-top: 5px;
5856
font-family: 'Roboto', Helvetica, Arial, sans-serif;
5957
font-size: 11px;
6058
font-weight: 400;

0 commit comments

Comments
 (0)