a12f61af11cdd90080b77c4f6aa7f17739036a66
The reset rule (body, h1, ..., ul[class], ol[class], ..., dd { margin:
0 }) matches via ul[class] at specificity (0,0,1,1), which beats plain
class selectors like .social-links/.social-links--large (0,0,1,0)
regardless of source order - so the margin-top values set for both the
sidebar gap and the About-me divider-to-icon gap were silently always
overridden back to 0. Prefixing both selectors with the ul type
selector ties the specificity, letting these (later in the file) win.
Pelican LaTeX theme
A theme for pelican which mimics the look of LaTeX documents.
Description
Languages
CSS
53.4%
HTML
31.2%
JavaScript
15.4%