Fix item type list cut off on some screen sizes

Skylar Ittner 4 years ago
parent bf0a4ad716
commit 02d926324b

@ -69,6 +69,10 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
left: 25%;
width: 50%;
}
.padding-bottom-tablet {
padding-bottom: 3rem !important;
}
}
@media all and (min-width: 768px) and (min-height: 700px) {

@ -61,7 +61,7 @@
</div>
</div>
</div>
<div class="page-content row justify-content-center margin-top-tablet">
<div class="page-content row justify-content-center margin-top-tablet padding-bottom-tablet">
<div class="list no-margin-top col-100 medium-80 large-50 elevation-tablet">
<ul>
<li class="item-divider">Address</li>

Loading…
Cancel
Save