css: mobile tables

This commit is contained in:
He4eT 2025-05-08 05:10:32 +02:00
commit 8a1bc55f86

View file

@ -52,6 +52,16 @@ ul {
list-style: square;
}
/* Tables */
@media (max-width: 500px) {
table {
display: block;
overflow: auto;
width: 100%;
}
}
/* Layout */
html, body {