2
0
Fork 0
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:
Neil Lalonde 2017-05-23 11:25:32 -04:00
parent 35bb4ae995
commit c9028f517a
2 changed files with 2 additions and 2 deletions

View file

@ -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 */