File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -221,36 +221,36 @@ tbody tr:nth-child(odd) th {
221
221
*/
222
222
223
223
.masthead {
224
+ border-bottom : 1px solid #eee ;
224
225
margin-bottom : 3rem ;
225
- text-align : center ;
226
226
padding-top : 26px ;
227
227
padding-bottom : 1rem ;
228
- border-bottom : 1 px solid #eee ;
228
+ text-align : center ;
229
229
}
230
230
231
231
.masthead-title {
232
- margin-bottom : 0 ;
233
232
color : #505050 ;
234
- line-height : .777em ;
235
233
font-family : $main-font ;
236
234
font-size : 1.8rem ;
235
+ line-height : .777em ;
237
236
margin-top : 2px ;
237
+ margin-bottom : 0 ;
238
238
}
239
239
240
240
.masthead-title small {
241
+ color : $text-color ;
242
+ font-family : $heading-font ;
241
243
font-size : .88rem ;
242
244
font-weight : 300 ;
243
- color : $text-color ;
244
245
letter-spacing : .05rem ;
245
- font-family : $heading-font ;
246
246
}
247
247
248
248
249
249
@media (max-width : 48em ) {
250
250
.masthead-title {
251
- text-align : center ;
252
- margin-left : 15% ;
253
251
margin-right : 15% ;
252
+ margin-left : 15% ;
253
+ text-align : center ;
254
254
}
255
255
.masthead-title small {
256
256
display : none ;
@@ -260,8 +260,8 @@ tbody tr:nth-child(odd) th {
260
260
@media (max-width : 320px ) {
261
261
.masthead-title {
262
262
margin-top : 2em ;
263
- margin-left : 0% ;
264
263
margin-right : 0% ;
264
+ margin-left : 0% ;
265
265
}
266
266
}
267
267
You can’t perform that action at this time.
0 commit comments