Skip to content

Commit

Permalink
decent width for the table
Browse files Browse the repository at this point in the history
  • Loading branch information
VIRUXE committed Dec 18, 2024
1 parent c972e6b commit 1365d26
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ a {
}

table {
table-layout: fixed;
border-collapse: collapse;
min-width: 600px;
width: 1000px;
}

th {
Expand Down Expand Up @@ -77,6 +79,12 @@ th {
#search-container { display: none; }
}

@media only screen and (max-width: 600px) {
table {
width: 100%;
}
}

.component-group {
break-inside: avoid;
}
Expand Down

0 comments on commit 1365d26

Please sign in to comment.