changeset 213:60918f88070e

Simple change regarding to accessibility.
author MrJuneJune <me@mrjunejune.com>
date Sun, 15 Feb 2026 21:39:43 -0800
parents 84826b3c655b
children 4c725fde6999
files mrjunejune/src/notes/index.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mrjunejune/src/notes/index.html	Sun Feb 15 21:38:36 2026 -0800
+++ b/mrjunejune/src/notes/index.html	Sun Feb 15 21:39:43 2026 -0800
@@ -5,7 +5,7 @@
   <title>Notes</title>
   <style>
     .notes-page {
-      max-width: 900px;
+      min-width: 70%;
       margin: 0 auto;
       padding: 20px;
     }