Skip to content

Commit 00da8d5

Browse files
committed
Remove h3 element from .masthead selectors
1 parent 21dfdf5 commit 00da8d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_sass/_ed.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ tbody tr:nth-child(odd) th {
248248
font-family: $heading-font;
249249
}
250250

251-
h3.masthead-title {
251+
.masthead-title {
252252
font-family: $main-font;
253253
font-size: 1.8rem;
254254
margin-top: 2px;
@@ -263,14 +263,14 @@ h3.masthead-title {
263263
display: none;
264264
}
265265

266-
h3.masthead-title {
266+
.masthead-title {
267267
margin-left: 15%;
268268
margin-right: 15%;
269269
}
270270
}
271271

272272
@media (max-width: 320px) {
273-
h3.masthead-title {
273+
.masthead-title {
274274
margin-top: 2em;
275275
margin-left: 0%;
276276
margin-right: 0%;

0 commit comments

Comments
 (0)