montreuil: add margins around lists (#32591)

This commit is contained in:
Serghei Mihai 2019-09-21 09:32:18 +02:00
parent ba9a55a178
commit fed94423e2
1 changed files with 7 additions and 2 deletions

View File

@ -145,8 +145,13 @@ a.button-link {
@include button-link($primary-color, $white);
}
div.textcell a {
text-decoration: underline;
div.textcell {
ul {
margin: 1rem;
}
a {
text-decoration: underline;
}
}
div#sidebar {