change icon sizes

This commit is contained in:
David Todd 2019-05-28 20:05:27 -05:00
parent eecb4d87f8
commit 2ac0012743
3 changed files with 16 additions and 4 deletions

View File

@ -375,7 +375,9 @@ article figcaption {
font-style: italic; }
.mg-feed {
color: #bf4d00; }
color: #bf4d00;
font-size: 16pt;
}
.mg-feed:hover {
color: #d14905; }
@ -463,6 +465,10 @@ article figcaption {
padding: 0.2em 0; }
.social-link {
font-size: 20pt;
}
.mg-search {
display: flex; }
.mg-search-button {

View File

@ -188,7 +188,9 @@ article figcaption {
font-style: italic; }
.mg-feed {
color: #bf4d00; }
color: #bf4d00;
font-size: 16pt;
}
.mg-feed:hover {
color: #d14905; }
@ -276,6 +278,10 @@ article figcaption {
padding: 0.2em 0; }
.social-link {
font-size: 20pt;
}
.mg-search {
display: flex; }
.mg-search-button {

View File

@ -61,7 +61,7 @@
<link rel="stylesheet" href="{{ SITEURL }}/theme/csslibs/tipuesearch.css">
{% 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">
</head>
@ -146,7 +146,7 @@
<h2 class="uk-card-title">Social</h2>
{% for link_destination, link in SOCIAL %}
<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>
{% endfor %}
</div>