padding
This commit is contained in:
parent
55213c2797
commit
4d7eae2e3f
1 changed files with 6 additions and 1 deletions
|
|
@ -104,9 +104,14 @@ footer {
|
|||
}
|
||||
th, td {
|
||||
padding: 5px; /* Reduce padding */
|
||||
font-size: 8px; /* Reduce font size */
|
||||
font-size: 10px; /* Reduce font size */
|
||||
letter-spacing: -0.5px; /* Reduce space between letters */
|
||||
}
|
||||
/* Other styles can be added here as needed for mobile optimization */
|
||||
table {
|
||||
font-size: 12px; /* Decrease font size for the whole table */
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
table {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue