Change mobile site text logo to target `<h1>`
This commit is contained in:
parent
f29d233287
commit
4c31e4c44e
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue