From 0bdedd062a179a7bc1ab52d0cd231d0f5ca394a4 Mon Sep 17 00:00:00 2001 From: Ted Pier Date: Tue, 23 Sep 2025 18:03:47 -0700 Subject: [PATCH] fix small widths --- blog/voyager.html | 6 ++++-- style.css | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/blog/voyager.html b/blog/voyager.html index d5447c7..d42e58a 100644 --- a/blog/voyager.html +++ b/blog/voyager.html @@ -113,6 +113,7 @@ switches.

Brightness comparison of the Voyager's lighting at high and low brightness @@ -176,17 +177,18 @@ Full screenshot of Oryx training
Demonstration of Oryx training bug Demonstration of Oryx training lightmode bug diff --git a/style.css b/style.css index 98b74e3..dd8a115 100644 --- a/style.css +++ b/style.css @@ -25,6 +25,7 @@ body { max-width: 512px; display: block; margin: 16px 0; + width: 100%; } h3 {