File tree Expand file tree Collapse file tree 1 file changed +22
-10
lines changed Expand file tree Collapse file tree 1 file changed +22
-10
lines changed Original file line number Diff line number Diff line change 120
120
/// / SUPPORTERS ////
121
121
122
122
.supporters {
123
+ @extend %headline-font ;
123
124
background : black ;
124
125
color : white ;
125
126
margin-top : 6em ;
126
- padding : 1em 1 em 0 ;
127
+ padding : 1em ;
127
128
position : relative ;
128
129
z-index : 2 ;
129
130
& :before {
143
144
}
144
145
145
146
.supporters--title {
146
- @extend %headline-font ;
147
147
color : #888 ;
148
148
font-size : 2rem ;
149
- margin : 0 ;
149
+ margin : 3em auto 0 ;
150
+ max-width : 900px ;
150
151
}
151
152
152
153
.supporters--sub-title {
153
154
color : #888 ;
154
- margin : 0 0 2rem ;
155
+ margin : 0 auto 2rem ;
156
+ max-width : 900px ;
155
157
}
156
158
157
159
.supporters--list {
160
+ margin : auto ;
161
+ max-width : 900px ;
158
162
padding : 0 ;
163
+ text-transform : none ;
159
164
}
160
165
161
166
.supporters--item {
162
- border : 1px #eee solid ;
167
+ border : 1px #444 solid ;
163
168
list-style : none ;
164
- margin : 1 rem 0 ;
169
+ margin : 0 0 -1 px ;
165
170
padding : 1rem 1.4rem ;
166
171
}
167
172
176
181
}
177
182
178
183
.supporters--item-link {
179
- color : #333 ;
184
+ color : #666 ;
180
185
margin-left : 0.5rem ;
181
186
text-decoration : none ;
182
187
183
188
& :hover {
184
- color : #777 ;
189
+ color : #aaa ;
185
190
}
186
191
}
187
192
193
198
194
199
.supporters--contacts-item {
195
200
box-sizing : border-box ;
201
+ color : #bbb ;
196
202
float : left ;
197
203
list-style : none ;
198
204
margin : 1rem 0 0 0 ;
214
220
215
221
.supporters--add {
216
222
color : #888 ;
217
- margin : 2rem 0 ;
223
+ margin : 2rem auto ;
224
+ max-width : 900px ;
218
225
}
219
226
220
227
.supporters--add-link {
221
- color : #333 ;
228
+ color : #ddd ;
229
+ text-decoration : none ;
230
+
231
+ & :hover {
232
+ color : #fff ;
233
+ }
222
234
}
223
235
224
236
/// / FOOTER ////
You can’t perform that action at this time.
0 commit comments