From 6a88267471c85b0d4d7be7f6d0652ad7bed01956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Mon, 18 Nov 2019 19:25:29 +0100 Subject: [PATCH] Put the fish on the other side --- static/css/master.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/css/master.css b/static/css/master.css index 862d5b21b..d2adf9a37 100644 --- a/static/css/master.css +++ b/static/css/master.css @@ -602,8 +602,9 @@ header .wordmark { } .homepage-hero .sky .jumping-fish { position: absolute; - right: 0px; - bottom: 20px; + left: 20px; + bottom: 40px; + transform: scale(-1, 1); } .homepage-hero .waves {