mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-21 16:02:40 +00:00
change icon sizes
This commit is contained in:
parent
eecb4d87f8
commit
2ac0012743
@ -375,7 +375,9 @@ article figcaption {
|
|||||||
font-style: italic; }
|
font-style: italic; }
|
||||||
|
|
||||||
.mg-feed {
|
.mg-feed {
|
||||||
color: #bf4d00; }
|
color: #bf4d00;
|
||||||
|
font-size: 16pt;
|
||||||
|
}
|
||||||
.mg-feed:hover {
|
.mg-feed:hover {
|
||||||
color: #d14905; }
|
color: #d14905; }
|
||||||
|
|
||||||
@ -463,6 +465,10 @@ article figcaption {
|
|||||||
padding: 0.2em 0; }
|
padding: 0.2em 0; }
|
||||||
|
|
||||||
|
|
||||||
|
.social-link {
|
||||||
|
font-size: 20pt;
|
||||||
|
}
|
||||||
|
|
||||||
.mg-search {
|
.mg-search {
|
||||||
display: flex; }
|
display: flex; }
|
||||||
.mg-search-button {
|
.mg-search-button {
|
@ -188,7 +188,9 @@ article figcaption {
|
|||||||
font-style: italic; }
|
font-style: italic; }
|
||||||
|
|
||||||
.mg-feed {
|
.mg-feed {
|
||||||
color: #bf4d00; }
|
color: #bf4d00;
|
||||||
|
font-size: 16pt;
|
||||||
|
}
|
||||||
.mg-feed:hover {
|
.mg-feed:hover {
|
||||||
color: #d14905; }
|
color: #d14905; }
|
||||||
|
|
||||||
@ -276,6 +278,10 @@ article figcaption {
|
|||||||
padding: 0.2em 0; }
|
padding: 0.2em 0; }
|
||||||
|
|
||||||
|
|
||||||
|
.social-link {
|
||||||
|
font-size: 20pt;
|
||||||
|
}
|
||||||
|
|
||||||
.mg-search {
|
.mg-search {
|
||||||
display: flex; }
|
display: flex; }
|
||||||
.mg-search-button {
|
.mg-search-button {
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
<link rel="stylesheet" href="{{ SITEURL }}/theme/csslibs/tipuesearch.css">
|
<link rel="stylesheet" href="{{ SITEURL }}/theme/csslibs/tipuesearch.css">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="{{SITEURL}}/theme/bundle-SHORTSHA1-dbda62d.css">
|
<link rel="stylesheet" type="text/css" href="{{SITEURL}}/theme/bundle-SHORTSHA1-6553b95.css">
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-xVVam1KS4+Qt2OrFa+VdRUoXygyKIuNWUUUBZYv+n27STsJ7oDOHJgfF0bNKLMJF" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-xVVam1KS4+Qt2OrFa+VdRUoXygyKIuNWUUUBZYv+n27STsJ7oDOHJgfF0bNKLMJF" crossorigin="anonymous">
|
||||||
</head>
|
</head>
|
||||||
@ -146,7 +146,7 @@
|
|||||||
<h2 class="uk-card-title">Social</h2>
|
<h2 class="uk-card-title">Social</h2>
|
||||||
{% for link_destination, link in SOCIAL %}
|
{% for link_destination, link in SOCIAL %}
|
||||||
<a class="mg-icon-link" href="{{ link }}" title="Link to my {{ link_destination }}">
|
<a class="mg-icon-link" href="{{ link }}" title="Link to my {{ link_destination }}">
|
||||||
<i class="fab fa-{{ link_destination }} " aria-hidden="true"></i>
|
<i class="fab fa-{{ link_destination }} social-link" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user