Hi, Team.
I am trying to make these skill bars at https://www.seomanager.es/sobre-mi/ to behave as block even if they have enough room (at certain viewport width) due to “shorter” skill bar values. Please see capture from viewport simulation for better understanding:
I need them (Sectores, Comunicación) to break apart and be on top of their skill bars.
This is the page CSS I am using. BTW, is there a cleaner way to get what I intend to in the snippet without using “!important” which might be unefficient?
@media only screen and (min-width: 320px) {
.bar {
display: block;
height: 5.0em!important;
background: hsla(215, 89%, 49%, 0.7)!important;
}
}
Thank you very much!