Update #sidebar_logo srcset options
This commit is contained in:
parent
a2b1dc0e93
commit
e0027e77b4
@ -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">
|
||||
|
@ -9,7 +9,7 @@
|
||||
}
|
||||
|
||||
#menubar_logo img {
|
||||
max-width: 20px;
|
||||
max-height: 20px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user