Update some styles
This commit is contained in:
parent
d39c03e2c0
commit
12188d621a
5 changed files with 17 additions and 17 deletions
|
|
@ -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