Add table styling

This commit is contained in:
Folkert Kevelam 2025-09-12 17:18:44 +02:00
parent 4bee54740b
commit c6df4d3b6a

View File

@ -312,3 +312,9 @@ th {
background-color: var(--caribbean-current); background-color: var(--caribbean-current);
color: white; color: white;
} }
img {
max-width: 100%;
margin: auto;
display: block;
}