css: fix typo

pull/1/head
Starbeamrainbowlabs 2022-06-15 01:25:58 +01:00
parent 8a83ce7ace
commit 4f7cdf1350
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -292,6 +292,6 @@ input[type=text], input[type=number], textarea
.tiny-image { max-width: 5em; max-height: 5em; }
.small-image { max-width: 10em; max-height: 10em; }
.medium-image { max-width: 20em; max-height: 20em; }
.large-image { max-width: 30em; max-height: 30emx; }
.large-image { max-width: 30em; max-height: 30em; }
.img-text-middle{ vertical-align: middle; }