mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
8 lines
171 B
SCSS
8 lines
171 B
SCSS
#notes{
|
|
display:grid;
|
|
grid-template-columns: repeat(auto-fill,minmax(var(--columnSize),1fr));
|
|
gap:var(--big-gap);
|
|
.headed-textarea{
|
|
grid-column: initial;
|
|
}
|
|
} |