fix: encryption section styles (#976)

This commit is contained in:
Aman Harwara
2022-04-14 18:49:41 +05:30
committed by GitHub
parent c2edeb47e1
commit ec8b307235
2 changed files with 7 additions and 3 deletions

View File

@@ -465,6 +465,10 @@
min-height: 1.5rem;
}
.min-h-8 {
min-height: 2rem;
}
.min-h-16 {
min-height: 4rem;
}