markdown-cv icon indicating copy to clipboard operation
markdown-cv copied to clipboard

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

Open deargle opened this issue 4 years ago • 0 comments

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;
}

deargle avatar Jul 23 '21 20:07 deargle