fix max width

This commit is contained in:
Greg Gauthier 2025-01-19 08:16:20 +00:00
parent cfd2a671bc
commit dccad1e2f8

View File

@ -346,7 +346,7 @@ pre {
background: #524646; background: #524646;
border: solid #000000 3px; border: solid #000000 3px;
border-radius: 20px; border-radius: 20px;
max-width: 70%; max-width: 78%;
padding: .5rem; padding: .5rem;
line-height: 1.15; line-height: 1.15;
overflow-x: auto; overflow-x: auto;
@ -359,7 +359,7 @@ pre.decterm {
background: #0A1715; background: #0A1715;
border: solid #37474F 2px; border: solid #37474F 2px;
border-radius: 20px; border-radius: 20px;
max-width: 70%; max-width: 78%;
padding: .5rem; padding: .5rem;
line-height: 1.15; line-height: 1.15;
overflow-x: auto; overflow-x: auto;
@ -372,7 +372,7 @@ pre.dos {
background: #0C0C0C; background: #0C0C0C;
border: solid grey 2px; border: solid grey 2px;
border-radius: 20px; border-radius: 20px;
max-width: 70%; max-width: 78%;
padding: .5rem; padding: .5rem;
line-height: 1.15; line-height: 1.15;
overflow-x: auto; overflow-x: auto;
@ -384,13 +384,13 @@ pre.mvs {
background: #112210; background: #112210;
border: solid darkseagreen 2px; border: solid darkseagreen 2px;
border-radius: 20px; border-radius: 20px;
max-width: 70%; max-width: 78%;
padding: .5rem; padding: .5rem;
line-height: 1.15; line-height: 1.15;
overflow-x: auto; overflow-x: auto;
} }
pre.atari { pre.atari {
width: 78%; max-width: 78%;
border: solid yellow 2px; border: solid yellow 2px;
padding-top: 10px; padding-top: 10px;
padding-bottom: 10px; padding-bottom: 10px;