Skip to content

Commit

Permalink
Remove h3 element from .masthead selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
karlstolley committed Nov 19, 2019
1 parent 21dfdf5 commit 00da8d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _sass/_ed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ tbody tr:nth-child(odd) th {
font-family: $heading-font;
}

h3.masthead-title {
.masthead-title {
font-family: $main-font;
font-size: 1.8rem;
margin-top: 2px;
Expand All @@ -263,14 +263,14 @@ h3.masthead-title {
display: none;
}

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

@media (max-width: 320px) {
h3.masthead-title {
.masthead-title {
margin-top: 2em;
margin-left: 0%;
margin-right: 0%;
Expand Down

0 comments on commit 00da8d5

Please sign in to comment.