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

@ -15,7 +15,7 @@
"summons roles mounts"
"summons roles storage";
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: repeat(9, minmax(0, 1fr));
grid-template-rows: min-content repeat(8, minmax(0, 1fr));
padding: 4px;
gap: 4px;

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;