Revamp header links, fix alignment

This commit is contained in:
Oleg Lavrovsky 2017-05-10 23:16:21 +02:00
parent 554c804f4d
commit 1522c1cac6
2 changed files with 8 additions and 1 deletions

View file

@ -1,4 +1,4 @@
<span class="social-networks"> <span class="social-networks hidden-xs">
{% for sc in socials %} {% for sc in socials %}
<a href="{{ sc.network_url }}" target="_blank" title="{{ sc.network_title }}" <a href="{{ sc.network_url }}" target="_blank" title="{{ sc.network_title }}"
style="background-image:url(/static/images/social/{{ sc.network }}.png)"> style="background-image:url(/static/images/social/{{ sc.network }}.png)">

View file

@ -18,6 +18,13 @@
&.link { &.link {
text-transform: uppercase; text-transform: uppercase;
} }
&:hover {
text-decoration: none;
}
}
.social-networks {
top: -1px; position: relative;
a { margin: 0 10px; }
} }
} }
.language-nav { .language-nav {