Change mobile site text logo to target `<h1>`

This commit is contained in:
Michael Howell 2018-01-12 23:21:53 +00:00
parent f29d233287
commit 4c31e4c44e
1 changed files with 1 additions and 1 deletions

View File

@ -154,6 +154,6 @@ blockquote {
// somehow the image logo assumption inherits margins from earlier in the CSS
// stack we must remove margins for text site titles
h2#site-text-logo {
h1#site-text-logo {
margin: 0 0 0 10px;
}