Skip to content

Commit 98e8737

Browse files
committed
Reorganize .masthead styles by alpha/TRBL
1 parent 4e6cdef commit 98e8737

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

_sass/_ed.scss

+9-9
Original file line numberDiff line numberDiff line change
@@ -221,36 +221,36 @@ tbody tr:nth-child(odd) th {
221221
*/
222222

223223
.masthead {
224+
border-bottom: 1px solid #eee;
224225
margin-bottom: 3rem;
225-
text-align: center;
226226
padding-top: 26px;
227227
padding-bottom: 1rem;
228-
border-bottom: 1px solid #eee;
228+
text-align: center;
229229
}
230230

231231
.masthead-title {
232-
margin-bottom: 0;
233232
color: #505050;
234-
line-height: .777em;
235233
font-family: $main-font;
236234
font-size: 1.8rem;
235+
line-height: .777em;
237236
margin-top: 2px;
237+
margin-bottom: 0;
238238
}
239239

240240
.masthead-title small {
241+
color: $text-color;
242+
font-family: $heading-font;
241243
font-size: .88rem;
242244
font-weight: 300;
243-
color: $text-color;
244245
letter-spacing: .05rem;
245-
font-family: $heading-font;
246246
}
247247

248248

249249
@media (max-width: 48em) {
250250
.masthead-title {
251-
text-align: center;
252-
margin-left: 15%;
253251
margin-right: 15%;
252+
margin-left: 15%;
253+
text-align: center;
254254
}
255255
.masthead-title small {
256256
display: none;
@@ -260,8 +260,8 @@ tbody tr:nth-child(odd) th {
260260
@media (max-width: 320px) {
261261
.masthead-title {
262262
margin-top: 2em;
263-
margin-left: 0%;
264263
margin-right: 0%;
264+
margin-left: 0%;
265265
}
266266
}
267267

0 commit comments

Comments
 (0)