Workarround pour les logos sur mobile qui s'affichent pas car le nom est celui d'un service web (1Blocker wtf)

This commit is contained in:
Anthony Dumas 2019-03-15 00:40:05 +01:00
parent 95dbb996cb
commit b9484bdc94
3 changed files with 9 additions and 9 deletions

View File

@ -116,7 +116,7 @@ div.hero-body {
content: "\e903"; content: "\e903";
} }
.icon-linkedin-square:before { .icon-linke-square:before {
content: "\e902"; content: "\e902";
} }
@ -124,10 +124,10 @@ div.hero-body {
content: "\e901"; content: "\e901";
} }
.icon-twitter:before { .icon-twit:before {
content: "\e904"; content: "\e904";
} }
.icon-telegram:before { .icon-teleg:before {
content: "\e900"; content: "\e900";
} }

View File

@ -7004,14 +7004,14 @@ div.hero-body {
.icon-github-alt:before { .icon-github-alt:before {
content: "\e903"; } content: "\e903"; }
.icon-linkedin-square:before { .icon-linke-square:before {
content: "\e902"; } content: "\e902"; }
.icon-envelope-open:before { .icon-envelope-open:before {
content: "\e901"; } content: "\e901"; }
.icon-twitter:before { .icon-twit:before {
content: "\e904"; } content: "\e904"; }
.icon-telegram:before { .icon-teleg:before {
content: "\e900"; } content: "\e900"; }

View File

@ -48,7 +48,7 @@
</a> </a>
<a class="button" href="https://www.linkedin.com/in/anthonyyvondumas/"> <a class="button" href="https://www.linkedin.com/in/anthonyyvondumas/">
<span class="icon is-small"> <span class="icon is-small">
<i class="fab icon-linkedin-square"></i> <i class="fab icon-linke-square"></i>
</span> </span>
<span>LinkedIn</span> <span>LinkedIn</span>
</a> </a>
@ -161,7 +161,7 @@
<div class="column is-3 hasContent"> <div class="column is-3 hasContent">
<a class="button is-large" href="https://www.linkedin.com/in/anthonyyvondumas/"> <a class="button is-large" href="https://www.linkedin.com/in/anthonyyvondumas/">
<span class="icon"> <span class="icon">
<i class="fab icon-linkedin-square"></i> <i class="fab icon-linke-square"></i>
</span> </span>
<span>LinkedIn</span> <span>LinkedIn</span>
</a> </a>
@ -169,7 +169,7 @@
<div class="column is-3 hasContent"> <div class="column is-3 hasContent">
<a class="button is-large " disabled href="#"> <a class="button is-large " disabled href="#">
<span class="icon"> <span class="icon">
<i class="fab icon-telegram"></i> <i class="fab icon-teleg"></i>
</span> </span>
<span>Telegram</span> <span>Telegram</span>
</a> </a>