fix max width
This commit is contained in:
parent
cfd2a671bc
commit
dccad1e2f8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user