Commit ba8fb95d by Kyle Fiedler

added fix for lists in updates

parent 03c7b37b
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 { ...@@ -20,6 +20,7 @@ div.info-wrapper {
border-bottom: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;
margin-bottom: lh(.5); margin-bottom: lh(.5);
padding-bottom: lh(.5); padding-bottom: lh(.5);
list-style-type: disk;
&:first-child { &:first-child {
background: $cream; background: $cream;
...@@ -28,6 +29,11 @@ div.info-wrapper { ...@@ -28,6 +29,11 @@ div.info-wrapper {
padding: lh(.5); padding: lh(.5);
} }
ol, ul {
margin: lh() 0 0 lh();
list-style-type: circle;
}
h2 { h2 {
float: left; float: left;
margin: 0 flex-gutter() 0 0; 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