From 56f69fc5385a3d5ba642a0d50d118557b693cc6a Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 2 Jun 2020 11:37:02 -0700 Subject: Fix layout of featured comic --- Hero/Look.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Hero/Look.hs b/Hero/Look.hs index b676c13..03f64b3 100644 --- a/Hero/Look.hs +++ b/Hero/Look.hs @@ -323,7 +323,9 @@ main = do button ? margin (rem 0.5) 0 (rem 0.5) 0 -- feature "#featured-comic" ? do - centered + display flex + justifyContent center + alignSelf flexStart flexDirection column Typo.euro height (px 411) -- cgit v1.2.3