Skip to content

Commit

Permalink
💄 fix table-css for gallery
Browse files Browse the repository at this point in the history
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
  • Loading branch information
SindreKjelsrud committed Jul 22, 2024
1 parent 899521b commit 4fca687
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4fca687

Please sign in to comment.