added some css rule to make it more responsive and

look better with blocks of text
This commit is contained in:
Karma Riuk 2024-02-29 09:16:39 +01:00
parent 66c7236788
commit d2ef0ef232

View File

@ -761,6 +761,7 @@ section {
.skills #skills-filters {
list-style: none;
margin-bottom: 20px;
overflow-x: auto;
}
.skills #skills-filters li {
@ -800,6 +801,7 @@ section {
}
.skills .icon-box p {
hyphens: auto;
text-align: justify;
}