Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 200e32c

Browse files
committed
Fix social icons in footer 🚀
1 parent f9a0ac2 commit 200e32c

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed

_css/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ footer {
10711071
}
10721072

10731073
.blog-footer-icon {
1074-
font-size: 1.5em;
1074+
font-size: 1.2em;
10751075
width: 1.5em;
10761076
height: 1.5em;
10771077
line-height: 1.5em !important;

_includes/critical.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_includes/dependencies-css.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css" />
22
<noscript id="deferred-styles">
3-
<link rel="stylesheet" type="text/css" href="/assets/styles/style.css?rev=cfa734674d213dedd6b4fb27535d28da">
3+
<link rel="stylesheet" type="text/css" href="/assets/styles/style.css?rev=500d1ba3ad395c9c2af17e31eb2eb5f1">
44
</noscript>
55
<script>
66
var loadDeferredStyles = function () {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"/assets/styles/style.css?rev=cfa734674d213dedd6b4fb27535d28da",
1+
"/assets/styles/style.css?rev=500d1ba3ad395c9c2af17e31eb2eb5f1",

_includes/social-contacts.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<a href="{{ site.data.contacts.links.medium }}" target="_blank">
1111
<i class="{{ include.icon-class }} fab fa-medium" aria-hidden="true"></i>
1212
</a>
13-
<br/>
1413
<a href="{{ site.data.contacts.links.twitter }}" target="_blank">
1514
<i class="{{ include.icon-class }} fab fa-twitter" aria-hidden="true"></i>
1615
</a>

assets/styles/style.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)