Skip to content

Commit

Permalink
Correct indentation of .masthead styles
Browse files Browse the repository at this point in the history
  • Loading branch information
karlstolley committed Nov 19, 2019
1 parent 00da8d5 commit b15424a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _sass/_ed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -264,16 +264,16 @@ tbody tr:nth-child(odd) th {
}

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

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

Expand Down

0 comments on commit b15424a

Please sign in to comment.