We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53554cc + 5b77f4c commit ce91682Copy full SHA for ce91682
src/shared/components/challenge-detail/ThriveArticles/style.scss
@@ -17,7 +17,6 @@
17
display: flex;
18
align-items: center;
19
justify-content: space-between;
20
- margin-bottom: 20px;
21
}
22
23
.header {
@@ -36,14 +35,15 @@
36
35
37
.articles {
38
+ flex-wrap: wrap;
39
40
41
.article {
42
43
+ width: 380px;
44
position: relative;
45
overflow: hidden;
- flex: 1;
46
- margin: 0 13px;
+ margin: 20px 13px 0;
47
border-radius: (5 * $corner-radius);
48
background-color: #f4f4f4;
49
@@ -110,3 +110,9 @@
110
margin-left: -1px;
111
112
113
+
114
+@include xs-to-md {
115
+ .article {
116
+ width: 100%;
117
+ }
118
+}
0 commit comments