added some css rule to make it more responsive and
look better with blocks of text
This commit is contained in:
parent
66c7236788
commit
d2ef0ef232
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user