22 lines
No EOL
333 B
SCSS
22 lines
No EOL
333 B
SCSS
.dotdungeon .skill {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
|
|
&-group {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
margin-bottom: 8px;
|
|
gap: 4px;
|
|
|
|
h3 {
|
|
margin-top: 8px;
|
|
font-size: 1.2em;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
}
|
|
} |