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