Update some styles
This commit is contained in:
parent
d39c03e2c0
commit
12188d621a
5 changed files with 17 additions and 17 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue