Circuit - DEHN's design system of the lightning and surge protection professionals

List

From a typographical point of view, the same things apply to li list items as to paragraphs.
And of course the general typographical rules also apply.


See it in action

Ordered list

  1. Lorem ipsum
  2. dolor sit

    1. amet consectetur
    2. Imperdiet vitae
    3. purus ut viverra
  3. massa facilisi
  4. massa eget
  5. Orci vitae

Unordered list


CSS

ul, ol {
  margin-top: 1.5rem;
  padding-left: 1.5rem;
}
li {
    margin-top: 1.5rem;
}