set table max width

This commit is contained in:
smthbh 2025-04-17 18:46:42 -04:00
parent 2e493af3f6
commit 3c8a182589

View file

@ -67,7 +67,8 @@
} }
.skills-table { .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 { .skills-table table {