Update translation for npc + fix h1

This commit is contained in:
Mandar
2021-01-10 11:26:17 +01:00
parent c127701f69
commit 2ad6b1f44b
6 changed files with 25 additions and 13 deletions

View File

@@ -9,6 +9,10 @@
&.actor {
.sheet-header {
height: 27rem;
h1 {
flex: auto;
margin: 0 0 0.25rem 0.5rem;
}
}
.sheet-body {
height: calc(100% - 27rem);
@@ -49,10 +53,6 @@
line-height: 2rem;
font-size: 1rem;
}
h1 {
flex: auto;
margin: 0 0 0.25rem 0.5rem;
}
}
form {
display: flex;