mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Change mobile site text logo to target <h1>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user