Commit 2e962c78 authored by Matthew Taylor's avatar Matthew Taylor

Create space between paragraph elements

Fixes #792
parent 00c7dc92
...@@ -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