mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-22 08:22:40 +00:00
Add .mg-icon-link class to social icons
This commit is contained in:
parent
ed78d5c0ba
commit
6293f47f05
@ -189,6 +189,10 @@ a {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.mg-icon-link:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.mg-icons-small {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
@ -116,6 +116,9 @@ a {
|
||||
.mg-author {
|
||||
margin-top: 1em; }
|
||||
|
||||
.mg-icon-link:hover {
|
||||
text-decoration: none; }
|
||||
|
||||
.mg-icons-small {
|
||||
margin-bottom: 1em; }
|
||||
|
||||
|
@ -124,7 +124,7 @@
|
||||
<div class="uk-panel uk-panel-box">
|
||||
<h3 class="uk-panel-title">Contacts</h3>
|
||||
{% for icon, link in SOCIAL %}
|
||||
<a href="{{ link }}">
|
||||
<a class="mg-icon-link" href="{{ link }}">
|
||||
<i class="uk-icon-{{ icon }} uk-icon-medium"></i>
|
||||
</a>
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user