diff --git a/resources/views/orders/loan/mobile/loan-history.blade.php b/resources/views/orders/loan/mobile/loan-history.blade.php index 054262a..97c9ce6 100644 --- a/resources/views/orders/loan/mobile/loan-history.blade.php +++ b/resources/views/orders/loan/mobile/loan-history.blade.php @@ -7,6 +7,15 @@ display: grid; grid-template-columns: 15% 1fr; } + + @media (max-width: 500px) { + .loan-history-container { + display: block !important; + } + #loan-history-item-container { + margin-top: 1em; + } + }