Update #sidebar_logo srcset options

This commit is contained in:
Fred Boniface 2022-10-19 11:53:53 +01:00
parent a2b1dc0e93
commit e0027e77b4
2 changed files with 5 additions and 4 deletions

View File

@ -20,8 +20,9 @@
<script src="/js/navbar.js"></script>
<div id="menubar_logo">
<picture>
<source srcset="/images/logo/full-60.webp" type="image/webp">
<img src="/images/logo/full-60.png" alt="Fred Boniface logo">
<source srcset="/images/logo/full-20.jxl" type="image/jxl">
<source srcset="/images/logo/full-20.webp" type="image/webp">
<img src="/images/logo/full-20.png" alt="Fred Boniface logo">
</picture>
</div>
<div id="menubar_hamburger">

View File

@ -9,7 +9,7 @@
}
#menubar_logo img {
max-width: 20px;
max-height: 20px;
padding: 10px;
}
@ -65,7 +65,7 @@
}
#sidebar_logo {
}
#sidebar_social {