fix: table overflow

This commit is contained in:
moanos [he/him] 2024-05-31 14:56:47 +02:00
parent ed1a7dafa9
commit 3b9b64c717

View File

@ -47,6 +47,12 @@ table {
border: none;
border-collapse: collapse;
background-color: var(--secondary-light-one);
word-break: break-word;
}
@media screen and (max-width: 500px) {
table {
font-size: small;
}
}
td {