Add combat values to character sheet

This commit is contained in:
Johannes Loher 2020-12-31 00:32:17 +01:00
parent 7f98d581b6
commit 0d2af1ae00
4 changed files with 124 additions and 1 deletions

View file

@ -70,3 +70,7 @@
.flex-between {
justify-content: space-between;
}
.flex-around {
justify-content: space-around;
}