set table max width
This commit is contained in:
parent
2e493af3f6
commit
3c8a182589
1 changed files with 2 additions and 1 deletions
|
|
@ -67,7 +67,8 @@
|
|||
}
|
||||
|
||||
.skills-table {
|
||||
width: 33%; /* Ensures all tables take up the full width of the container */
|
||||
max-width: 500px; /* Maximum width for the table */
|
||||
width: 100%; /* Allows the table to shrink responsively */
|
||||
}
|
||||
|
||||
.skills-table table {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue