summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--css/app.css3
-rw-r--r--templates/part.content.php4
2 files changed, 4 insertions, 3 deletions
diff --git a/css/app.css b/css/app.css
index 80a713a61..2de83aa80 100644
--- a/css/app.css
+++ b/css/app.css
@@ -76,7 +76,8 @@
.dropdown-content a{
color: black;
- padding: 12px 16px;
+ padding: 0 12px 0 44px;
+ background-position: 14px center;
text-decoration: none;
display: block;
}
diff --git a/templates/part.content.php b/templates/part.content.php
index 09b00ec40..78496a80a 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -105,12 +105,12 @@
<a>Antoine</a>
<a>Adrien</a>
- <a class="icon-facebook" ng-click="">
+ <a class="icon-facebook pr-5" ng-click="">
<span>
Facebook
</span>
</a>
- <a class="icon-twitter" ng-click="">
+ <a class="icon-twitter pr-5" ng-click="">
<span> Twitter </span>
</a>