Merge pull request #12 from smthbh/Update-SkillsGraphics

Update skills graphics
This commit is contained in:
Brad 2025-04-17 18:48:32 -04:00 committed by GitHub
commit 0a04f3bc81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 {