File tree 3 files changed +19
-1
lines changed
3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 4
4
{% endunless %}
5
5
{{section.section_description}}
6
6
7
- < div class ="flex flex--wrap gutter gutter --large ">
7
+ < div class ="flex flex--wrap waffle waffle --large ">
8
8
{% for category in section.section %}
9
9
< div class ="flex__column flex__column--12 flex__column--{{section.section_col}}@medium flex ">
10
10
{% include components/reference-button.html
Original file line number Diff line number Diff line change 236
236
grid-template-columns : 1fr 1fr ;
237
237
grid-gap : 20px
238
238
}
239
+
240
+ // double is another div in .markdown container and that's why it has 16px margin top
241
+ .reference-button {
242
+ margin-top : 8px ;
243
+ margin-bottom : 8px ;
244
+ }
245
+ }
246
+
247
+ // remove reference button margins when it's inside the flex component (flex with waffle has its own margins)
248
+ .flex {
249
+ & .waffle {
250
+ .reference-button {
251
+ margin-top : 0 ;
252
+ margin-bottom : 0 ;
253
+ }
254
+ }
239
255
}
240
256
}
Original file line number Diff line number Diff line change 12
12
13
13
@include breakpoint (large up ) {
14
14
grid-template-areas : " icon heading" " icon content" ;
15
+ margin-top : 24px ;
16
+ margin-bottom : 24px ;
15
17
}
16
18
17
19
svg {
You can’t perform that action at this time.
0 commit comments