Skip to content

Commit bc44131

Browse files
committed
Just use instagram from fontawesome
1 parent d079870 commit bc44131

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

html/base.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,14 @@
8585
.social-link:hover {
8686
color: black;
8787
}
88-
.social-link i {
89-
line-height: 1; /* Add this */
90-
vertical-align: middle; /* Keep this */
88+
.social-link svg {
89+
line-height: 1;
90+
vertical-align: middle;
91+
width: 0.8em;
92+
height: 0.8em;
9193
}
9294
@media (max-width: 720px) {
93-
.social-link, .social-link i {
95+
.social-link, .social-link svg {
9496
font-size: 1.5em;
9597
}
9698
}
@@ -357,7 +359,6 @@
357359
<!-- Load fonts asynchronously to prevent render blocking -->
358360
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Emilys+Candy&family=Roboto+Slab&display=swap" rel="stylesheet" media="print" onload="this.media='all'">
359361
<noscript><link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Emilys+Candy&family=Roboto+Slab&display=swap" rel="stylesheet"></noscript>
360-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
361362
</head>
362363
<!-- Google tag (gtag.js) -->
363364
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z7XL0RM921"></script>
@@ -373,7 +374,9 @@
373374
<div class="left">
374375
<span class="vilf"><a href="/">Vegans In Love with Food<span class="tm">&trade;</span></a></span>
375376
<a href="https://www.instagram.com/VILF_SF/" target="_blank" class="social-link">
376-
<i class="fab fa-instagram"></i>
377+
<svg viewBox="0 0 24 24" fill="currentColor" aria-label="Instagram">
378+
<path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"/>
379+
</svg>
377380
</a>
378381
<p class="subtitle">A definitive vegan companion to the Bay Area</p>
379382
</div>

0 commit comments

Comments
 (0)