mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
11 lines
201 B
SCSS
11 lines
201 B
SCSS
#npc-stats{
|
|
border-bottom:2px dashed lightgray;
|
|
padding-bottom:var(--half-gap);
|
|
.characteristics{
|
|
display:grid;
|
|
grid-template-columns:repeat(4,1fr);
|
|
}
|
|
.circle{
|
|
width:4.5rem;
|
|
}
|
|
} |