RC-56 | Gait Skills | Setup

This commit is contained in:
Oliver-Akins 2025-01-01 15:44:58 -07:00
parent b24c07705a
commit dc47c430d5
2 changed files with 17 additions and 1 deletions

View file

@ -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;
}
}