From dccad1e2f805dde47c3f7d2eced2e2aac6ac7b7a Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sun, 19 Jan 2025 08:16:20 +0000 Subject: [PATCH] fix max width --- css/retro.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/retro.css b/css/retro.css index 31f49b4..d5a59ac 100644 --- a/css/retro.css +++ b/css/retro.css @@ -346,7 +346,7 @@ pre { background: #524646; border: solid #000000 3px; border-radius: 20px; - max-width: 70%; + max-width: 78%; padding: .5rem; line-height: 1.15; overflow-x: auto; @@ -359,7 +359,7 @@ pre.decterm { background: #0A1715; border: solid #37474F 2px; border-radius: 20px; - max-width: 70%; + max-width: 78%; padding: .5rem; line-height: 1.15; overflow-x: auto; @@ -372,7 +372,7 @@ pre.dos { background: #0C0C0C; border: solid grey 2px; border-radius: 20px; - max-width: 70%; + max-width: 78%; padding: .5rem; line-height: 1.15; overflow-x: auto; @@ -384,13 +384,13 @@ pre.mvs { background: #112210; border: solid darkseagreen 2px; border-radius: 20px; - max-width: 70%; + max-width: 78%; padding: .5rem; line-height: 1.15; overflow-x: auto; } pre.atari { - width: 78%; + max-width: 78%; border: solid yellow 2px; padding-top: 10px; padding-bottom: 10px;