ronv / sidey

Sidey is a simple and minimalistic jekyll blogging theme.
https://sidey-jekyll.netlify.app
MIT License
557 stars 201 forks source link

Add simple rules for definition lists #20

Closed stevenbuccini closed 4 years ago

stevenbuccini commented 4 years ago

Example:

Screen Shot 2020-09-26 at 12 16 04 PM

CSS rules:

dl {
    margin-top: 24px;
    margin-bottom: 24px;
}

dt {
    font-weight: bold;
}

dd {
    padding-left: 24px;
}
ronv commented 4 years ago

Hi, Thanks for idea! If you want to make some tweaks to the theme so it looks like you want you can fork it. Sidey uses default list styling and as less CSS as possible.

Br, Ron