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;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mg-icon-link:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
.mg-icons-small {
|
.mg-icons-small {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
@ -116,6 +116,9 @@ a {
|
|||||||
.mg-author {
|
.mg-author {
|
||||||
margin-top: 1em; }
|
margin-top: 1em; }
|
||||||
|
|
||||||
|
.mg-icon-link:hover {
|
||||||
|
text-decoration: none; }
|
||||||
|
|
||||||
.mg-icons-small {
|
.mg-icons-small {
|
||||||
margin-bottom: 1em; }
|
margin-bottom: 1em; }
|
||||||
|
|
||||||
|
@ -124,7 +124,7 @@
|
|||||||
<div class="uk-panel uk-panel-box">
|
<div class="uk-panel uk-panel-box">
|
||||||
<h3 class="uk-panel-title">Contacts</h3>
|
<h3 class="uk-panel-title">Contacts</h3>
|
||||||
{% for icon, link in SOCIAL %}
|
{% for icon, link in SOCIAL %}
|
||||||
<a href="{{ link }}">
|
<a class="mg-icon-link" href="{{ link }}">
|
||||||
<i class="uk-icon-{{ icon }} uk-icon-medium"></i>
|
<i class="uk-icon-{{ icon }} uk-icon-medium"></i>
|
||||||
</a>
|
</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user