Make page title an h1 for semantics

This commit is contained in:
Philipp Oppermann
2017-10-10 12:29:10 +02:00
parent 9d32d49488
commit 75b4e09c4e
3 changed files with 14 additions and 6 deletions

View File

@@ -1,7 +1,15 @@
.masthead-title {
font-size: 1.25rem;
display: inline;
}
.masthead-title small {
.masthead p {
font-size: 1.25rem;
display: inline;
margin: 0;
margin-left: 1rem;
white-space: nowrap;
padding: 0;
line-height: 1;
}
.front-page-introduction {