diff --git a/resources/views/orders/loan/mobile/card-history.blade.php b/resources/views/orders/loan/mobile/card-history.blade.php index 15b7a0d..97ac4a1 100644 --- a/resources/views/orders/loan/mobile/card-history.blade.php +++ b/resources/views/orders/loan/mobile/card-history.blade.php @@ -49,6 +49,13 @@ :is(.dark .dark\:border-white) { border: 2px solid #ffffff; } + + @media (max-width: 500px) { + .credit-card-container { + display: block; + margin-bottom: 2em; + } + }