about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/accounts.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-05-11 16:05:47 +0200
committerThibaut Girka <thib@sitedethib.com>2018-05-11 16:05:47 +0200
commit62840398327790b868139328324668682cc5b306 (patch)
tree21373a4eb4541df08d033505e3806c6f5f5ca3cc /app/javascript/flavours/glitch/styles/components/accounts.scss
parentf2e5ed6841bb30581d40bcd6cb954cc8f2e98d71 (diff)
[Glitch] Fix contact info styling on landing page
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/accounts.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/accounts.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/accounts.scss b/app/javascript/flavours/glitch/styles/components/accounts.scss
index 5167a507e..dadfa6d57 100644
--- a/app/javascript/flavours/glitch/styles/components/accounts.scss
+++ b/app/javascript/flavours/glitch/styles/components/accounts.scss
@@ -32,7 +32,8 @@
 
 .account__avatar-wrapper {
   float: left;
-  margin: 6px 16px 6px 6px;
+  margin-left: 12px;
+  margin-right: 12px;
 }
 
 .account__avatar {