Skip to content

Commit bc89ab6

Browse files
committed
too big
1 parent ee842b8 commit bc89ab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ h2 {
187187

188188
/* Table styling */
189189
.data-table {
190-
width: 100%;
190+
width: 90%;
191191
border-collapse: collapse;
192192
overflow-x: auto; /* Ensure table fits within mobile screens */
193193
display: block;
@@ -348,7 +348,7 @@ h2 {
348348

349349
/* Larger table on desktop */
350350
#table_div .data-table {
351-
width: 100%;
351+
width: 90%;
352352
font-size: 14px; /* Larger font size for desktop */
353353
}
354354

0 commit comments

Comments
 (0)