From 4fca68717bb572ea6f08bcad7a09ae99d1ec1a93 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Mon, 22 Jul 2024 22:16:57 +0200 Subject: [PATCH] :lipstick: fix table-css for gallery Signed-off-by: SindreKjelsrud --- src/styles/global.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/global.css b/src/styles/global.css index e54aed7..3b77fa3 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -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;