Fixing spacing within inline

This commit is contained in:
Jolyon Bloomfield
2015-04-03 17:04:18 -04:00
parent 2d216fc610
commit 2d0504c453

View File

@@ -137,6 +137,10 @@ div.problem {
.inline {
display: inline;
+ p {
margin-top: $baseline;
}
}
}