Add some better styling for the spell blocks

This commit is contained in:
Oliver-Akins 2024-01-08 22:55:52 -07:00
parent 4f2d40da7d
commit 413ed7c3d3
2 changed files with 32 additions and 5 deletions

View file

@ -194,6 +194,19 @@
}
&--spells {
grid-area: spells;
.spell {
display: flex;
flex-direction: column;
gap: 4px;
&__actions {
display: flex;
flex-direction: row;
justify-content: end;
gap: 4px;
}
}
}
&--mounts {
grid-area: mounts;