diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-09 10:16:01 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-09 10:16:01 +0200 |
| commit | 141a00a4632904ffdd8fe0feeca805e20f516764 (patch) | |
| tree | 08ea79a46fcfcae79f92c4549177104618eaf772 /app/stylesheets/web | |
| parent | 928ae92930a01392c762285b7f53b0486be48b19 (diff) | |
Fix a11y on mobile (links are too close)
Diffstat (limited to 'app/stylesheets/web')
| -rw-r--r-- | app/stylesheets/web/header.styl | 3 |
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; } |
