Add left-aligned class

master
Nikola Forró 6 years ago
parent eef653471f
commit c2e5e08078

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -94,6 +94,7 @@ ul,
ol { ol {
margin: $unit-4 0 $unit-4 $unit-8; margin: $unit-4 0 $unit-4 $unit-8;
padding: 0; padding: 0;
list-style-position: inside !important;
ul, ul,
ol { ol {

@ -131,3 +131,9 @@ body {
justify-content: space-between; justify-content: space-between;
flex-wrap: wrap; flex-wrap: wrap;
} }
.left-aligned {
float: left;
margin-right: 1rem;
margin-bottom: 1rem;
}

Loading…
Cancel
Save