Skip to content

Sections that start with a list out of alignment; adding empty date fixes it #61

@deargle

Description

@deargle

Out of alignment example:

image

Markdown:

## Currently
- Assistant Professor
- Organizational Leadership and Information Analytics
- Leeds School of Business
- University of Colorado Boulder

Brought back (mostly) in-alignment with empty date example:

image

Markdown:

## Currently
` `
- Assistant Professor
- Organizational Leadership and Information Analytics
- Leeds School of Business
- University of Colorado Boulder

Adding a h2+ul rule also seems to fix it, whether or not an empty date is added:

h2+ul {
    margin-top: 2px;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions