Fix for pre/table overflow, title h1->div
This commit is contained in:
@ -33,7 +33,7 @@ body {
|
||||
|
||||
main {
|
||||
max-width: 50rem;
|
||||
width: fit-content;
|
||||
width: 100vw;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
@ -43,3 +43,15 @@ a {
|
||||
a:hover {
|
||||
color: var(--link-hl);
|
||||
}
|
||||
|
||||
pre {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
table {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
Reference in New Issue
Block a user