mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 13:33:44 +08:00
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
|
// somehow the image logo assumption inherits margins from earlier in the CSS
|
||||||
// stack we must remove margins for text site titles
|
// stack we must remove margins for text site titles
|
||||||
h2#site-text-logo {
|
h1#site-text-logo {
|
||||||
margin: 0 0 0 10px;
|
margin: 0 0 0 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user