Fix spacing in AboutModal
This commit is contained in:
parent
6bc34af434
commit
16ed034b16
2 changed files with 7 additions and 0 deletions
|
|
@ -9,6 +9,12 @@
|
|||
padding: 0 $unit-4x;
|
||||
}
|
||||
|
||||
.sections {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: $unit-2x;
|
||||
}
|
||||
|
||||
section {
|
||||
margin-bottom: $unit;
|
||||
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ const AboutModal = () => {
|
|||
</div>
|
||||
|
||||
<div>
|
||||
<div className="sections">
|
||||
<section>
|
||||
<p>
|
||||
Granblue.team is a tool to save and share team comps for{' '}
|
||||
|
|
|
|||
Loading…
Reference in a new issue