This commit is contained in:
parent
221d5cef23
commit
f62673d6a7
@ -179,6 +179,17 @@ article a {
|
|||||||
transition-delay: 75ms;
|
transition-delay: 75ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.social-card-youtube:hover {
|
||||||
|
@apply rounded-none;
|
||||||
|
transform: scale(1.02);
|
||||||
|
transition-delay: 100ms;
|
||||||
|
}
|
||||||
|
|
||||||
|
.social-card-instagram:hover {
|
||||||
|
filter: brightness(84%);
|
||||||
|
transition-delay: 100ms;
|
||||||
|
}
|
||||||
|
|
||||||
.social-card-tiktok {
|
.social-card-tiktok {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
@ -1777,6 +1777,17 @@ article a:visited {
|
|||||||
transition-delay: 75ms;
|
transition-delay: 75ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.social-card-youtube:hover {
|
||||||
|
border-radius: 0px;
|
||||||
|
transform: scale(1.02);
|
||||||
|
transition-delay: 100ms;
|
||||||
|
}
|
||||||
|
|
||||||
|
.social-card-instagram:hover {
|
||||||
|
filter: brightness(84%);
|
||||||
|
transition-delay: 100ms;
|
||||||
|
}
|
||||||
|
|
||||||
.social-card-tiktok {
|
.social-card-tiktok {
|
||||||
position: relative;
|
position: relative;
|
||||||
&:hover {
|
&:hover {
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
|
|
||||||
{% call sc::social_card_start("tiktok", "https://www.tiktok.com/@michalvankodev","Highlights can be found on <em>TikTok</em>", "images/social/tiktok_wo.png", "social-card-tiktok") %}
|
{% call sc::social_card_start("tiktok", "https://www.tiktok.com/@michalvankodev","Highlights can be found on <em>TikTok</em>", "images/social/tiktok_wo.png", "social-card-tiktok") %}
|
||||||
|
|
||||||
{% call sc::social_card_start("youtube", "https://www.youtube.com/@michalvankodev", "Videos and vlogs posted on <em>YouTube</em>", "images/social/youtube_wo.png", "") %}
|
{% call sc::social_card_start("youtube", "https://www.youtube.com/@michalvankodev", "Videos and vlogs posted on <em>YouTube</em>", "images/social/youtube_wo.png", "social-card-youtube") %}
|
||||||
|
|
||||||
<div class="lg:hidden xl:block">
|
<div class="lg:hidden xl:block">
|
||||||
{% call sc::social_card_start("instagram", "https://www.instagram.com/michalvankodev/", "Photos and stories shared on <em>Instagram</em>", "images/social/instagram_plain.png", "") %}
|
{% call sc::social_card_start("instagram", "https://www.instagram.com/michalvankodev/", "Photos and stories shared on <em>Instagram</em>", "images/social/instagram_plain.png", "social-card-instagram") %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
Reference in New Issue
Block a user