Merge pull request #12 from smthbh/Update-SkillsGraphics
Update skills graphics
This commit is contained in:
commit
0a04f3bc81
1 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue