Compare commits

..

No commits in common. "1116ea977087e2b36e7226f5c1b02a14db1651b7" and "25dcd754674238383b16d9a66c6aed65183394aa" have entirely different histories.

2 changed files with 7 additions and 8 deletions

View File

@ -51,7 +51,7 @@
</div>
<div id="sidebar_social">
<a href="https://500px.com/p/fredboniface" target="_blank" rel="noreferrer noopener">
<picture>
<picture class="social_icon" >
<source media="(min-width: 399px)" srcset="/images/social-icons/500px_seek_114.jxl" type="image/jxl">
<source media="(min-width: 399px)" srcset="/images/social-icons/500px_seek_114.webp" type="image/webp">
<source srcset="/images/social-icons/500px_seek_58.jxl" type="image/jxl">
@ -60,14 +60,14 @@
</picture>
</a>
<a href="https://fb.me/fred.boniface" target="_blank" rel="noreferrer noopener">
<picture>
<picture class="social_icon" >
<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">
<img src="/images/social-icons/fb_blue_58.png" alt="Facebook Logo">
</picture>
</a>
<a href="https://github.com/frdbonif" target="_blank" rel="noreferrer noopener">
<picture>
<picture class="social_icon" >
<source media="(min-width: 399px)" srcset="/images/social-icons/gh_white_120.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">

View File

@ -139,15 +139,14 @@ body {
}
#sidebar_social {
position: absolute;
display: flex;
bottom: 50px;
width: 100%;
margin: auto;
justify-content: center;
text-align: center;
}
#sidebar_social img {
width: 12vw;
max-width: 50px;
.social_icon img {
max-width: 120px;
width: 20%;
}
@media screen and (min-height: 600px){#sidebar_social img{margin-bottom:40px}}
@media screen and (max-height: 310px){#sidebar_social{display:none}}