Skip to content

Commit

Permalink
Update globals.css
Browse files Browse the repository at this point in the history
  • Loading branch information
subhadeeproy3902 authored Jan 30, 2025
1 parent 456e6d1 commit 7879bfc
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -210,16 +210,9 @@ h6 {
border-collapse: collapse;
margin-top: 1.5rem;
margin-bottom: 1.5rem;
white-space: nowrap; /* Prevents content from breaking within table cells */
overflow-x: auto;
}

@media (max-width: 768px) {
.markdown table {
display: block;
overflow-x: auto;
white-space: nowrap;
}
display: block;
white-space: nowrap;
}

.markdown th,
Expand Down

0 comments on commit 7879bfc

Please sign in to comment.