From fed0723f2847cdc5f8bbc05f57733599204bfbff Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 19 May 2020 11:48:08 +0200 Subject: [PATCH] Landing page: reduce tab-width to prevent wrapping The tabs on the "help by project" card were wrapping on iPhone, so reducing the padding to prevent this. Signed-off-by: Sebastiaan van Stijn --- _scss/_landing.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_scss/_landing.scss b/_scss/_landing.scss index 2799eb2dcb..f6471fedc2 100644 --- a/_scss/_landing.scss +++ b/_scss/_landing.scss @@ -308,6 +308,8 @@ body#landing { li a { cursor: pointer; + padding: 10px 3px; + @include sm-width { padding: 10px 15px; } } li.active a {