mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
UX: headings in banners had no margins
This commit is contained in:
parent
35bb4ae995
commit
c9028f517a
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@
|
|||
}
|
||||
|
||||
// global styles for the cooked HTML content in posts (and preview)
|
||||
.cooked, .d-editor-preview {
|
||||
.cooked, .d-editor-preview, #banner-content {
|
||||
word-wrap: break-word;
|
||||
h1, h2, h3, h4, h5, h6 { margin: 30px 0 10px; }
|
||||
h1 { line-height: 1em; } /* normalize.css sets h1 font size but not line height */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue