mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -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 {
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue