From 141a00a4632904ffdd8fe0feeca805e20f516764 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 9 Jul 2021 10:16:01 +0200 Subject: Fix a11y on mobile (links are too close) --- app/stylesheets/web/header.styl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/stylesheets/web/header.styl') diff --git a/app/stylesheets/web/header.styl b/app/stylesheets/web/header.styl index 3a23a48..7815899 100644 --- a/app/stylesheets/web/header.styl +++ b/app/stylesheets/web/header.styl @@ -32,5 +32,6 @@ .header__github .header__stackoverflow .header__linkedin { - display: inline + display: inline-block + margin: 8px; } -- cgit v1.2.3