mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
8 lines
154 B
SCSS
8 lines
154 B
SCSS
#pc{
|
|
display:grid;
|
|
grid-template-columns:repeat(auto-fit,minmax(var(--columnSize),1fr));
|
|
gap:var(--grid-gap);
|
|
section{
|
|
align-self:start;
|
|
}
|
|
} |