RC-56 | Gait Skills | Setup
This commit is contained in:
parent
b24c07705a
commit
dc47c430d5
2 changed files with 17 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
/* Foundry Variable Tweaks */
|
||||
--input-height: 1rem;
|
||||
--col-gap: 8px;
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
|
|
@ -50,4 +51,8 @@
|
|||
grid-column: 1 / span 1;
|
||||
grid-row: 2 / span 4;
|
||||
}
|
||||
.gait-skills {
|
||||
grid-column: 2 / span 1;
|
||||
grid-row: 2 / span 4;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue