Skip to content
Snippets Groups Projects
Commit 80c4888b authored by Malte Schmitz's avatar Malte Schmitz
Browse files

Disable removal of left margin of list items on small screens

parent c1986a10
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -121,9 +121,9 @@ a {
font-feature-settings: 'kern', 'onum', 'liga';
margin-left: 2rem;
@include breakpoint(break-1) {
margin-left: 0;
}
// @include breakpoint(break-1) {
// margin-left: 0;
// }
ol, ul {
padding-top: 1rem;
......@@ -181,9 +181,9 @@ a {
font-feature-settings: 'kern', 'onum', 'liga';
margin-left: 2rem;
@include breakpoint(break-1) {
margin-left: 0;
}
// @include breakpoint(break-1) {
// margin-left: 0;
// }
}
dt {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment