summaryrefslogtreecommitdiffstats
path: root/app/stylesheets
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-07-09 10:16:01 +0200
committerAhmed Abdelhalim <[email protected]>2021-07-09 10:16:01 +0200
commit141a00a4632904ffdd8fe0feeca805e20f516764 (patch)
tree08ea79a46fcfcae79f92c4549177104618eaf772 /app/stylesheets
parent928ae92930a01392c762285b7f53b0486be48b19 (diff)
Fix a11y on mobile (links are too close)
Diffstat (limited to 'app/stylesheets')
-rw-r--r--app/stylesheets/web/header.styl3
1 files changed, 2 insertions, 1 deletions
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;
}