Skip to content

Inconsistent space around headings #19

@michaellenaghan

Description

@michaellenaghan

I think there's an issue here:

yue.css/src/yue.css

Lines 29 to 30 in 76f4cca

margin-top: 1.62em;
margin-bottom: 1em;

Note the progression of top and bottom margins:

.yue h2 {
  ...
  margin-top: 1.42em;
  margin-bottom: 0.4em;
}

.yue h3 {
  ...
  margin-top: 1.62em;
  margin-bottom: 1em;
}

.yue h4,
.yue h5,
.yue h6 {
  ...
  margin-top: 1.4em;
  margin-bottom: 0.8em;
}

h3s margins are larger than both h2s and h4/h5/h6s.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions