mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Merge pull request #796 from mewtaylor/isseu/gh-792
[Develop] Hotfix: Create space between paragraph elements
This commit is contained in:
commit
85377193a8
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue