|
|
@@ -143,6 +143,7 @@ export default {
|
|
143
|
143
|
@import '../sss/variables.sss'
|
|
144
|
144
|
@import '../sss/theme.sss'
|
|
145
|
145
|
.page--list
|
|
|
146
|
+ /* background-color: white */
|
|
146
|
147
|
article
|
|
147
|
148
|
> header
|
|
148
|
149
|
padding: 1em 0 1em 0
|
|
|
@@ -161,8 +162,13 @@ export default {
|
|
161
|
162
|
flex-direction: row
|
|
162
|
163
|
flex-wrap: wrap
|
|
163
|
164
|
justify-content: space-between
|
|
|
165
|
+ /* extra padding required? */
|
|
|
166
|
+ /* padding: $ms-0 */
|
|
|
167
|
+ /* background-color: white */
|
|
164
|
168
|
section
|
|
165
|
169
|
width: 32.5%
|
|
|
170
|
+ /* 4 column grid */
|
|
|
171
|
+ /* width: 24% */
|
|
166
|
172
|
ul
|
|
167
|
173
|
flex-wrap: wrap
|
|
168
|
174
|
list-style: none
|