Skip to content

Commit

Permalink
fix(Index): Adjust contact icons to hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed Jul 27, 2020
1 parent bb33def commit d526f41
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<a target="_blank" href="https://podcasts.apple.com/co/podcast/podcastless/id1517750043"><fa :icon="['fab', 'itunes-note']" /></a>
</nav>
<h2 class="contact">contact us</h2>
<nav>
<nav class="contact">
<a target="_blank" href="https://facebook.com/podcastless"><fa :icon="['fab', 'facebook']" /></a>
<a target="_blank" href="https://instagram.com/podcastless"><fa :icon="['fab', 'instagram']" /></a>
<a target="_blank" href="https://twitter.com/podcastless"><fa :icon="['fab', 'twitter']" /></a>
Expand Down Expand Up @@ -74,6 +74,10 @@ nav a {
text-decoration: none;
}
nav.contact a {
font-size: 1.25em;
}
nav a:not(:last-child) {
margin-inline-end: 0.3em;
}
Expand Down

0 comments on commit d526f41

Please sign in to comment.