diff options
author | ThibG <thib@sitedethib.com> | 2019-03-19 23:47:10 +0100 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-03-20 14:54:52 +0100 |
commit | 803c350ef5500229eafce222370c5f97a7532e41 (patch) | |
tree | 1b6cf85b3b3cb49f94f9be0a65f9776d6c9d8a12 /app | |
parent | 4d01d9c46f9628a2c1e350f34587472dd9e7ffee (diff) |
[Glitch] Reduce padding around logo on landing page
Port 158c31b9df538691666e5b91f48a0afecd2985fe to glitch-soc
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/flavours/glitch/styles/about.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/about.scss b/app/javascript/flavours/glitch/styles/about.scss index 7a457600e..d4ead07a1 100644 --- a/app/javascript/flavours/glitch/styles/about.scss +++ b/app/javascript/flavours/glitch/styles/about.scss @@ -660,7 +660,7 @@ $small-breakpoint: 960px; display: flex; justify-content: center; align-items: center; - padding: 100px; + padding: 50px; img { height: 52px; |