Browse Source

Keep social icons small so that they are not distracting

Fix #90
Talha Mansoor 11 years ago
parent
commit
cffe4d55a1
1 changed files with 3 additions and 4 deletions
  1. 3 4
      static/css/elegant.css

+ 3 - 4
static/css/elegant.css

@@ -458,13 +458,12 @@ i.sidebar-social-links {
     border-radius: 20%;
     border-radius: 20%;
     border: solid transparent 1px;
     border: solid transparent 1px;
     color: #A2A2A2;
     color: #A2A2A2;
-    font-size: 2em;
-    margin: 2px 0 0 -2px;
+    font-size: 1.3em;
+    margin: 0;
     padding: 1px;
     padding: 1px;
-    padding: 2px 3px 2px 4px;
     text-align: center;
     text-align: center;
     text-decoration: none;
     text-decoration: none;
-    width: 25px;
+    width: 12%;
 }
 }
 i.sidebar-social-links:hover {
 i.sidebar-social-links:hover {
     background-color: #A2A2A2;
     background-color: #A2A2A2;