Fix previous Vizio changes on mobile
Was overflowing on a small screen.
This commit is contained in:
parent
e8a1d3f0cf
commit
aa02f00aba
2 changed files with 1 additions and 2 deletions
|
@ -1651,7 +1651,6 @@ Court Case Page Styles (MT/2025)
|
|||
@media screen and (max-width: 66.999em) {
|
||||
.case-info {
|
||||
text-align: center;
|
||||
padding: 50px 20px 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<section class="case-header">
|
||||
<div class="case-info flex">
|
||||
<div class="case-info w-50-l" style="padding: 100px">
|
||||
<div class="case-info w-50-l ph2 pv4 ph5-ns pv5-ns">
|
||||
<h4>Court Case</h4>
|
||||
{% block case-info %}{% endblock %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue