💄 fix table-css for gallery
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
899521b9ac
commit
4fca68717b
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue