Skip to content
Snippets Groups Projects
Commit 6b119d74 authored by Kevin Lin's avatar Kevin Lin
Browse files

_sass: Remove margin from module lists

parent 538195b3
No related branches found
No related tags found
No related merge requests found
......@@ -65,10 +65,13 @@
padding-top: 0;
}
ol, ul, dl {
margin: 0;
}
dl {
display: flex;
flex-direction: column;
margin: 0;
@include mq(sm) {
flex-direction: row;
......
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