File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -190,10 +190,6 @@ section.special {
190
190
min-height : calc (100vh - 300px );
191
191
}
192
192
193
- .page-heading {
194
- font-size : 20px ;
195
- }
196
-
197
193
.post-list {
198
194
margin-left : 0 ;
199
195
list-style : none ;
@@ -206,25 +202,29 @@ section.special {
206
202
.post-overview {
207
203
text-align : center ;
208
204
padding : 0.7rem 0 ;
205
+ display : flex ;
206
+ flex-wrap : wrap ;
207
+ justify-content : center ;
208
+ align-items : stretch ;
209
209
210
210
a , a :visited {
211
211
@extend .box-design ;
212
212
max-width : 10em ;
213
- padding : 0.5em ;
214
- margin : 1.5em 1em 0 ;
215
- line-height : 3em ;
213
+ margin : 1.3em 0.8em 0 ;
216
214
vertical-align : top ;
217
- min-height : 7em ;
215
+ padding : 0.8em 0.6em 1em ;
216
+
217
+ font-weight : bold ;
218
+ font-family : $headings-font-family ;
218
219
219
220
.post-meta {
220
- color : #f6f5f4 ;
221
- font-weight : 800 ;
222
- font-family : $headings-font-family ;
221
+ color : $header-text-color ;
222
+ font-size : $small-font-size ;
223
223
}
224
224
225
225
* {
226
226
display : inline-block ;
227
- line-height : 1 em ;
227
+ margin : 0.3 em 0 ;
228
228
}
229
229
}
230
230
}
You can’t perform that action at this time.
0 commit comments