fix small widths

This commit is contained in:
2025-09-23 18:03:47 -07:00
parent b8d468230b
commit 0bdedd062a
2 changed files with 5 additions and 2 deletions

View File

@@ -113,6 +113,7 @@
switches. switches.
</p> </p>
<img <img
class="media"
src="/images/voyager-brightness.webp" src="/images/voyager-brightness.webp"
alt="Brightness comparison of the Voyager's lighting at high and low brightness" alt="Brightness comparison of the Voyager's lighting at high and low brightness"
/> />
@@ -176,17 +177,18 @@
</li> </li>
</ul> </ul>
<img <img
class="media"
src="/images/oryx-full.webp" src="/images/oryx-full.webp"
alt="Full screenshot of Oryx training" alt="Full screenshot of Oryx training"
/> />
<div class="flex m-t"> <div class="flex m-t">
<img <img
class="flexy-img" class="flexy-img media"
src="/images/oryx-line.webp" src="/images/oryx-line.webp"
alt="Demonstration of Oryx training bug" alt="Demonstration of Oryx training bug"
/> />
<img <img
class="flexy-img m-l" class="flexy-img m-l media"
src="/images/oryx-lightbug.webp" src="/images/oryx-lightbug.webp"
alt="Demonstration of Oryx training lightmode bug" alt="Demonstration of Oryx training lightmode bug"
/> />

View File

@@ -25,6 +25,7 @@ body {
max-width: 512px; max-width: 512px;
display: block; display: block;
margin: 16px 0; margin: 16px 0;
width: 100%;
} }
h3 { h3 {