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/assets/index.html | 14 +++++++------- app/stylesheets/web/header.styl | 3 ++- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/app/assets/index.html b/app/assets/index.html index e2084c4..0a85e3f 100644 --- a/app/assets/index.html +++ b/app/assets/index.html @@ -28,13 +28,13 @@ Senior Software Developer · DevOps
Berlin, Germany
- - -
website · 
-
sr.ht · 
-
Github · 
+ + + + +
@@ -84,7 +84,7 @@
Platforms
Amazon Web Services (AWS), DigitalOcean, Heroku, Google Cloud Platform (GCP), - Ubuntu/CentOS/ParrotOS Linux. + Linux.
Languages
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