Add larger icons for FB and GH social icons
This commit is contained in:
parent
672e61849d
commit
e5821b63e2
@ -61,12 +61,14 @@
|
|||||||
</a>
|
</a>
|
||||||
<a href="https://fb.me/fred.boniface" target="_blank" rel="noreferrer noopener"></a>
|
<a href="https://fb.me/fred.boniface" target="_blank" rel="noreferrer noopener"></a>
|
||||||
<picture>
|
<picture>
|
||||||
|
<source media="(min-width: 399px)" srcset="/images/social-icons/fb_blue_144.png" type="image/png">
|
||||||
<source srcset="/images/social-icons/fb_blue_58.png" type="image/png">
|
<source srcset="/images/social-icons/fb_blue_58.png" type="image/png">
|
||||||
<img src="/images/social-icons/fb_blue_58.png" alt="Facebook Logo">
|
<img src="/images/social-icons/fb_blue_58.png" alt="Facebook Logo">
|
||||||
</picture>
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/frdbonif" target="_blank" rel="noreferrer noopener">
|
<a href="https://github.com/frdbonif" target="_blank" rel="noreferrer noopener">
|
||||||
<picture>
|
<picture>
|
||||||
|
<source media="(min-width: 399px)" srcset="/images/gh_white_120.png" type="image/png">
|
||||||
<source srcset="/images/social-icons/gh_white_64.png" type="image/png">
|
<source srcset="/images/social-icons/gh_white_64.png" type="image/png">
|
||||||
<img src="/images/social-icons/gh_white_64.png" alt="Github Logo">
|
<img src="/images/social-icons/gh_white_64.png" alt="Github Logo">
|
||||||
</picture>
|
</picture>
|
||||||
|
@ -128,7 +128,7 @@ body {
|
|||||||
display: block;
|
display: block;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
@media screen and (max-height: 400px){#sidebar a{margin-top:0px;padding-top:0px}}
|
@media screen and (max-height: 400px){#sidebar a{margin-top:0px;padding-top:0px}}
|
||||||
#sidebar a:hover {color: var(--main-text-color)}
|
#sidebar a:hover {color: var(--main-text-color)}
|
||||||
#sidebar a:active {color: var(--main-text-color)}
|
#sidebar a:active {color: var(--main-text-color)}
|
||||||
#sidebar_logo {
|
#sidebar_logo {
|
||||||
|
Loading…
Reference in New Issue
Block a user