💄 fix table-css for gallery

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
Sid 2024-07-22 22:16:57 +02:00
parent 899521b9ac
commit 4fca68717b
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -142,6 +142,11 @@ p {
margin-bottom: 10px;
}
.gallery table, th, td {
border: 0;
margin: 0;
}
@media screen and (max-width: 600px) {
.gallery table img {
border-width: 5px;