better spacing
This commit is contained in:
@@ -456,7 +456,7 @@ function ChemistryDnDMobile({ user, teams, players }: PlayerInfoProps) {
|
|||||||
<div className="column">
|
<div className="column">
|
||||||
<div className="box">
|
<div className="box">
|
||||||
<p className="subtitle is-6 is-uppercase has-text-weight-light">
|
<p className="subtitle is-6 is-uppercase has-text-weight-light">
|
||||||
yes, please ♥️
|
♥️
|
||||||
</p>
|
</p>
|
||||||
<PlayerList
|
<PlayerList
|
||||||
list={playersRight}
|
list={playersRight}
|
||||||
@@ -513,6 +513,7 @@ export default function Rankings() {
|
|||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
<section className="section">
|
||||||
<div className="container block">
|
<div className="container block">
|
||||||
<p className="notification is-warning is-light">
|
<p className="notification is-warning is-light">
|
||||||
assign as many or as few players as you want and don't forget to 💾
|
assign as many or as few players as you want and don't forget to 💾
|
||||||
@@ -530,5 +531,6 @@ export default function Rankings() {
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
</section>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user