mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
7 lines
99 B
SCSS
7 lines
99 B
SCSS
#archetype{
|
|
.repitem{
|
|
display:flex;
|
|
flex-direction:column;
|
|
gap:var(--half-gap);
|
|
}
|
|
} |