diff options
author | Ben Sima <ben@bsima.me> | 2020-06-02 11:37:02 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-06-02 11:37:02 -0700 |
commit | 56f69fc5385a3d5ba642a0d50d118557b693cc6a (patch) | |
tree | f4a114930a8277a5a2089bf133598777b561104c /Hero/Look.hs | |
parent | 78774e835ac0c564cf52a5e6dd0bf22b56761c4d (diff) |
Fix layout of featured comic
Diffstat (limited to 'Hero/Look.hs')
-rw-r--r-- | Hero/Look.hs | 4 |
1 files changed, 3 insertions, 1 deletions
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) |