We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee842b8 commit bc89ab6Copy full SHA for bc89ab6
style.css
@@ -187,7 +187,7 @@ h2 {
187
188
/* Table styling */
189
.data-table {
190
- width: 100%;
+ width: 90%;
191
border-collapse: collapse;
192
overflow-x: auto; /* Ensure table fits within mobile screens */
193
display: block;
@@ -348,7 +348,7 @@ h2 {
348
349
/* Larger table on desktop */
350
#table_div .data-table {
351
352
font-size: 14px; /* Larger font size for desktop */
353
}
354
0 commit comments