Use fixed image height for faster layouting

This commit is contained in:
Eduard Urbach 2018-03-20 05:46:28 +01:00
parent f637167c8d
commit 65e7d4dab5

View File

@ -102,7 +102,7 @@ const typography-margin = 0.4rem
// Sizes // Sizes
const anime-image-large-width = 250px const anime-image-large-width = 250px
const anime-image-large-height = auto const anime-image-large-height = 350px
// Timings // Timings
fade-speed = 150ms fade-speed = 150ms