Update some styles

This commit is contained in:
Oliver-Akins 2023-12-16 01:28:59 -07:00
parent d39c03e2c0
commit 12188d621a
5 changed files with 17 additions and 17 deletions

View file

@ -1,13 +1,13 @@
.dotdungeon .skill {
display: flex;
flex-direction: column;
justify-content: left;
flex-direction: row;
justify-content: center;
align-items: center;
width: 100%;
&-group {
display: flex;
flex-direction: row;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
margin-bottom: 8px;
gap: 4px;