Commit ef0ff1a3 by Kyle Fiedler

added fix for lists in updates

parent 1899e62a
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -20,6 +20,7 @@ div.info-wrapper {
border-bottom: 1px solid #e3e3e3;
margin-bottom: lh(.5);
padding-bottom: lh(.5);
list-style-type: disk;
&:first-child {
background: $cream;
......@@ -28,6 +29,11 @@ div.info-wrapper {
padding: lh(.5);
}
ol, ul {
margin: lh() 0 0 lh();
list-style-type: circle;
}
h2 {
float: left;
margin: 0 flex-gutter() 0 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment