Commit fa1ad542 authored by Matthew Taylor's avatar Matthew Taylor Committed by GitHub

Merge pull request #795 from mewtaylor/isseu/gh-792

[Master] Hotfix: Create space between paragraph elements
parents 0eb47bb0 fc20f59a
......@@ -84,12 +84,12 @@
.flex-row {
margin: .5rem 0;
justify-content: flex-start;
justify-content: space-between;
align-items: flex-start;
p {
margin: 0;
width: 50%;
width: 48%;
text-align: left;
}
......
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