summaryrefslogtreecommitdiff
path: root/Hero/Look.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-06-02 11:37:02 -0700
committerBen Sima <ben@bsima.me>2020-06-02 11:37:02 -0700
commit56f69fc5385a3d5ba642a0d50d118557b693cc6a (patch)
treef4a114930a8277a5a2089bf133598777b561104c /Hero/Look.hs
parent78774e835ac0c564cf52a5e6dd0bf22b56761c4d (diff)
Fix layout of featured comic
Diffstat (limited to 'Hero/Look.hs')
-rw-r--r--Hero/Look.hs4
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)