1
0

Fix table overflow

This commit is contained in:
Emil Miler 2024-01-19 09:09:22 +01:00
parent ecd68a718a
commit 772790e4e8

View File

@ -154,12 +154,13 @@ main {
} }
table { table {
max-width: 100%; display: flex;
margin: 1.5em auto; flex-direction: column;
margin: 1.25em 0;
text-align: left; text-align: left;
overflow: auto; overflow: auto;
td, th { padding: 0 1em } td, th { padding-right: 2em }
} }
blockquote { blockquote {