Fix CSS margins for columns inner paragraph

This commit is contained in:
T. H. Wright 2019-11-16 01:25:32 -05:00
parent f73b25b4df
commit fc7c577654
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@
margin-right: 5px;
}
[data-wrap="columns"] > p {
margin-top: 0;
margin-bottom: 0;
}
[data-wrap="floatl"] {
float: left;
margin-right: 10px;