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

[Develop] Hotfix: Create space between paragraph elements
This commit is contained in:
Matthew Taylor 2016-08-02 09:37:27 -04:00 committed by GitHub
commit 85377193a8

View file

@ -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;
}