fixed character sheet image overflow

This commit is contained in:
Nathanael Phillips 2020-12-01 06:24:59 -07:00
parent b621ba27d3
commit e481098c98
2 changed files with 10 additions and 0 deletions

View file

@ -60,6 +60,11 @@
grid-column-start: 1;
grid-row-start: 1;
grid-row-end: 4;
box-sizing: border-box;
border: none;
border-radius: 0;
max-width: 100%;
max-height: 100%;
}
h1.character-name {