Skip to content

Commit

Permalink
Core Styles: Update example heading (issue #1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeBijl authored and mcking65 committed Jul 1, 2020
1 parent 28f5453 commit 2444468
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/css/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,13 @@ table.data.attributes tbody td {
hyphens: manual;
}

.example-header h2 {
.example-header h2,
.example-header h3 {
margin: 0;
}

.example-header h2 + * {
.example-header h2 + *,
.example-header h3 + * {
margin-left: 1em;
}

Expand Down

0 comments on commit 2444468

Please sign in to comment.