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

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

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