Skip to content
Snippets Groups Projects

Resolve "[Legal mentions] List and enumeration at the same time?!"

1 file
+ 16
17
Compare changes
  • Side-by-side
  • Inline
+ 16
17
@@ -7,13 +7,13 @@
font-size: 1.125rem;
font-weight: bold;
}
h2 {
font-size: 1.375rem;
font-weight: bold;
line-height: 1.2;
}
p,
span,
li {
@@ -22,40 +22,39 @@
color: $brand-color;
line-height: 1.5;
}
p {
margin-top: 1rem;
margin-bottom: 1rem;
}
figure {
margin-top: 1.5625rem;
margin-bottom: 1.5625rem;
}
figcaption {
font-size: 0.75;
line-height: 1.4;
color: $grey-light-color;
}
ul {
list-style: none;
padding: 0;
margin: 0;
li::before {
font-family: "Open sans";
content: "• ";
color: $tomato-color;
font-size: 1.25rem;
}
}
li {
padding-left: 1em;
padding-left: 1em;
text-indent: -.7em;
}
li::before {
font-family: "Open sans";
content: "• ";
color: $tomato-color;
font-size: 1.25rem;
}
}
}
Loading