Is there a better solution to adjust the size of the divider line on the picture based on the All publications link? I have implemented it this way so far, but I'm open to other suggestions.
https://i.sstatic.net/UBl1n.png
@media (max-width: 767px) {
.dividing .col-xs-6 {
width:75%;
}
}
@media (max-width: 600px) {
.dividing .col-xs-6 {
width:65%;
}
}
@media (max-width: 423px) {
.dividing .col-xs-6 {
width:55%;
}
}