|
|
@@ -87,7 +87,8 @@ export default {
|
|
87
|
87
|
@import '../sss/theme.sss'
|
|
88
|
88
|
.page--index
|
|
89
|
89
|
> header
|
|
90
|
|
- padding: $ms-0 $ms-2 $ms-1 $ms-2
|
|
|
90
|
+ /* padding: $ms-0 $ms-2 $ms-1 $ms-2 */
|
|
|
91
|
+ padding: $ms-0 $ms-2
|
|
91
|
92
|
> article
|
|
92
|
93
|
display: flex
|
|
93
|
94
|
justify-content: space-around
|
|
|
@@ -110,28 +111,31 @@ export default {
|
|
110
|
111
|
&.stickies
|
|
111
|
112
|
margin: 0 0 2% 0
|
|
112
|
113
|
&.max
|
|
113
|
|
- margin: 3.5% 0 3% 0
|
|
|
114
|
+ margin: 1.5% 0 2% 0
|
|
114
|
115
|
ul
|
|
115
|
116
|
display: grid
|
|
116
|
117
|
grid-template-columns:
|
|
117
|
118
|
49.5% 24.25% 24.25%
|
|
118
|
119
|
grid-template-rows:
|
|
119
|
120
|
48% 48%
|
|
120
|
|
- gap: 4% 1%
|
|
|
121
|
+ gap: 3% 1%
|
|
121
|
122
|
li
|
|
122
|
123
|
margin: 0
|
|
123
|
124
|
min-height: 10em
|
|
124
|
125
|
/* background-color: purple */
|
|
125
|
126
|
background-color: white
|
|
|
127
|
+ /* n1 episode */
|
|
126
|
128
|
&:nth-of-type(1)
|
|
127
|
129
|
grid-column-start: 1
|
|
128
|
130
|
grid-row-start: 1
|
|
129
|
131
|
grid-row-end: 3
|
|
|
132
|
+ /* n2 exhibition, n3 events */
|
|
130
|
133
|
&:nth-of-type(2), &:nth-of-type(3)
|
|
131
|
134
|
grid-column-start: 2
|
|
132
|
135
|
grid-row-start: 1
|
|
133
|
136
|
&:nth-of-type(3)
|
|
134
|
137
|
grid-column-start: 3
|
|
|
138
|
+ /* n4 artists, n5 posts */
|
|
135
|
139
|
&:nth-of-type(4), &:nth-of-type(5)
|
|
136
|
140
|
grid-column-start: 2
|
|
137
|
141
|
grid-row-start: 2
|
|
|
@@ -169,7 +173,7 @@ export default {
|
|
169
|
173
|
24.25% 24.25% 49.5%
|
|
170
|
174
|
grid-template-rows:
|
|
171
|
175
|
48% 48%
|
|
172
|
|
- gap: 4% 1%
|
|
|
176
|
+ gap: 3% 1%
|
|
173
|
177
|
> li
|
|
174
|
178
|
&:nth-of-type(1)
|
|
175
|
179
|
grid-row-end: 2
|