Fix text overflow on index (#125)

* Fix text overflow on index

* Use min instead of max
This commit is contained in:
Soitora 2020-03-08 04:18:57 +01:00 committed by GitHub
parent 2d2e5da322
commit e41b6d0bb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ font-feature-settings()
.feature .feature
text-align center text-align center
p p
height 5em min-height 4em
img img
max-height 28em max-height 28em
max-width 100% max-width 100%