I have a css set for screen size 125% but when I zoom in for 150% the content of the html overflows.
.test-width{
width: 370px;
}
.test-padding {
padding-left: 0px;
}
.colwidth {
width: 150%;
}
<div class="colWidth test-padding">
<div class="card-header cardHeaderStyle test-width">
<h4 class="justify-cardheader-center">Base Cohort</h4>
</div>
</div>
When I zoom in or zoom out the content should be responsive