Browse Source

Fix statblock stat alignment

master
Fen Dweller 5 years ago
parent
commit
3af1eeafb8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/components/Statblock.vue

+ 2
- 2
src/components/Statblock.vue View File

@@ -251,8 +251,8 @@ a {

.stat-entry > i {
font-size: 1.25rem;
width: 16pt;
margin-bottom: 18pt;
width: 1.5rem;
margin-bottom: 1.25rem;
}

.stat-entry.low {


Loading…
Cancel
Save