From d3950574e162e2a524d622b0249c3bf2c13cf867 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Thu, 21 Nov 2024 13:21:00 +0500 Subject: [PATCH] wip --- .../views/orders/loan/mobile/loan-history.blade.php | 9 +++++++++ 1 file changed, 9 insertions(+) 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; + } + }