Skip to content

Commit

Permalink
min-width for the table
Browse files Browse the repository at this point in the history
  • Loading branch information
VIRUXE committed Dec 17, 2024
1 parent 7b9a319 commit 71b359b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,8 @@ a {
}

table {
min-width: 100%;
border-collapse: collapse;
}

@media (min-width: 640px) {
table {
min-width: max-content;
}
min-width: 600px;
}

th {
Expand Down

0 comments on commit 71b359b

Please sign in to comment.