better spacing

This commit is contained in:
2025-12-23 11:28:45 +01:00
parent 8e11a2fb56
commit 2645bb054c

View File

@@ -456,7 +456,7 @@ function ChemistryDnDMobile({ user, teams, players }: PlayerInfoProps) {
<div className="column">
<div className="box">
<p className="subtitle is-6 is-uppercase has-text-weight-light">
yes, please
</p>
<PlayerList
list={playersRight}
@@ -513,6 +513,7 @@ export default function Rankings() {
];
return (
<section className="section">
<div className="container block">
<p className="notification is-warning is-light">
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>
</section>
);
}