Skip to content

Commit

Permalink
Consolidate .masthead-title style blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
karlstolley committed Nov 19, 2019
1 parent 37214cc commit a1b29a5
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions _sass/_ed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@ tbody tr:nth-child(odd) th {
margin-bottom: 0;
color: #505050;
line-height: .777em;
font-family: $main-font;
font-size: 1.8rem;
margin-top: 2px;
}

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

.masthead-title {
font-family: $main-font;
font-size: 1.8rem;
margin-top: 2px;
}

@media (max-width: 48em) {
.masthead-title {
text-align: center;
margin-left: 15%;
margin-right: 15%;
}

.masthead-title small {
display: none;
}

.masthead-title {
margin-left: 15%;
margin-right: 15%;
}
}

@media (max-width: 320px) {
Expand Down

0 comments on commit a1b29a5

Please sign in to comment.