mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 15:41:59 +01:00
Fix text overflow on index (#125)
* Fix text overflow on index * Use min instead of max
This commit is contained in:
parent
2d2e5da322
commit
e41b6d0bb8
@ -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%
|
||||||
|
Loading…
Reference in New Issue
Block a user