Skip to content

Commit a1b29a5

Browse files
committed
Consolidate .masthead-title style blocks
1 parent 37214cc commit a1b29a5

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

_sass/_ed.scss

+5-11
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@ tbody tr:nth-child(odd) th {
233233
margin-bottom: 0;
234234
color: #505050;
235235
line-height: .777em;
236+
font-family: $main-font;
237+
font-size: 1.8rem;
238+
margin-top: 2px;
236239
}
237240

238241
.masthead-title small {
@@ -244,25 +247,16 @@ tbody tr:nth-child(odd) th {
244247
font-family: $heading-font;
245248
}
246249

247-
.masthead-title {
248-
font-family: $main-font;
249-
font-size: 1.8rem;
250-
margin-top: 2px;
251-
}
252250

253251
@media (max-width: 48em) {
254252
.masthead-title {
255253
text-align: center;
254+
margin-left: 15%;
255+
margin-right: 15%;
256256
}
257-
258257
.masthead-title small {
259258
display: none;
260259
}
261-
262-
.masthead-title {
263-
margin-left: 15%;
264-
margin-right: 15%;
265-
}
266260
}
267261

268262
@media (max-width: 320px) {

0 commit comments

Comments
 (0)