diff --git a/resources/views/orders/loan/mobile/card-history.blade.php b/resources/views/orders/loan/mobile/card-history.blade.php index 97ac4a1..c963814 100644 --- a/resources/views/orders/loan/mobile/card-history.blade.php +++ b/resources/views/orders/loan/mobile/card-history.blade.php @@ -11,6 +11,7 @@ display: grid; grid-template-columns: 35% 1fr; } + .credit-card { width: 300px; height: 180px; @@ -52,7 +53,12 @@ @media (max-width: 500px) { .credit-card-container { - display: block; + display: block !important; + position: relative; + right: 2em; + } + + .credit-card { margin-bottom: 2em; } }