Remove image size and max width

This commit is contained in:
Bradley Shellnut 2024-12-19 16:40:32 -08:00
parent 17a9be9557
commit f5181e5b60

View file

@ -32,7 +32,6 @@
alt="Clean desk with Samsung monitor and Ducky Keyboard" alt="Clean desk with Samsung monitor and Ducky Keyboard"
fetchpriority="high" fetchpriority="high"
loading="eager" loading="eager"
sizes="(max-height: 480px) 480px, 500px"
/> />
</div> </div>
<div> <div>
@ -49,7 +48,6 @@
} }
.uses-image img { .uses-image img {
max-width: 640px;
height: auto; height: auto;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;