made tables wider on mobile

This commit is contained in:
Anton Lydike 2022-08-06 22:31:16 +02:00
parent a4d055eda6
commit 61566ffa42

View File

@ -123,3 +123,9 @@ body.dark-theme a {
color: darkturquoise;
}
}
@media (max-width: 600px) {
table {
width: 100%;
}
}