Fix item type list cut off on some screen sizes

This commit is contained in:
Skylar Ittner 2020-04-04 13:48:48 -06:00
parent bf0a4ad716
commit 02d926324b
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -61,7 +61,7 @@
</div> </div>
</div> </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"> <div class="list no-margin-top col-100 medium-80 large-50 elevation-tablet">
<ul> <ul>
<li class="item-divider">Address</li> <li class="item-divider">Address</li>