Minor CSS tweaks (#227)

This commit is contained in:
XhmikosR
2020-02-04 21:40:37 +02:00
committed by GitHub
parent 999b37cf07
commit 64f67dbef6
3 changed files with 15 additions and 2 deletions
+9
View File
@@ -22,3 +22,12 @@ input {
height: 48px;
}
}
.text-center {
text-align: center !important;
}
/* needed because images have `max-width: 100%` in the theme */
img {
height: auto;
}