Make coloring and global formatting changes #2

Merged
jotoho merged 3 commits from recolor into master 2021-09-27 13:47:13 +02:00
Showing only changes of commit c46677671d - Show all commits

View file

@ -99,7 +99,7 @@ table {
display: block; display: block;
border-collapse: collapse; border-collapse: collapse;
margin: 1rem auto; margin: 1rem auto;
width: fit-content; width: max-content;
max-width: 100%; max-width: 100%;
overflow-y: auto; overflow-y: auto;
} }