Commit d4f5ff92 by Kyle Fiedler

added fix for info page

parent 282a3cca
...@@ -27,10 +27,16 @@ div.info-wrapper { ...@@ -27,10 +27,16 @@ div.info-wrapper {
margin: 0 flex-gutter() 0 0; margin: 0 flex-gutter() 0 0;
} }
p { section.update-description {
float: left; float: left;
width: flex-grid(7, 9); width: flex-grid(7, 9);
margin-bottom: 0; margin-bottom: 0;
p {
&:last-child {
margin-bottom: 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