Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
arnicholson authored Nov 7, 2024
1 parent 4c5359c commit d1e38dd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ a:hover {
border: none;
}

table {
display: block;
max-width: -moz-fit-content;
max-width: fit-content;
margin: 0 auto;
overflow-x: auto;
white-space: nowrap;
}

.separator {
color: #555;
}
Expand Down Expand Up @@ -412,4 +421,4 @@ button {
max-width: 200px;
padding: 20px;
float: left;
}
}

0 comments on commit d1e38dd

Please sign in to comment.