diff --git a/ServiceHost/Areas/Admin/Pages/Index.cshtml b/ServiceHost/Areas/Admin/Pages/Index.cshtml index 84910572..a16963c4 100644 --- a/ServiceHost/Areas/Admin/Pages/Index.cshtml +++ b/ServiceHost/Areas/Admin/Pages/Index.cshtml @@ -131,12 +131,12 @@ .gwb-container { display: grid; - grid-template-columns: repeat(3, minmax(0, 1fr)); + grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; margin: 9px 0 0 0; } .remain-number { - font-size: 14px; + font-size: 10px; } @@ -148,6 +148,7 @@ outline: none; border-radius: 4px; font-size: 14px; + white-space: nowrap; transition: all ease-in-out .3s } @@ -163,17 +164,25 @@ background-color: #0ba3a3; } + @@media only screen and (max-width : 1550px) { + .gwb-container { + grid-template-columns: repeat(4, minmax(0, 1fr)); + } + } + @@media (max-width: 1366px) { .gwb-container { - grid-template-columns: repeat(2, minmax(0, 1fr)); - } - - .remain-number { - font-size: 13px; - + grid-template-columns: repeat(3, minmax(0, 1fr)); } } + + @@media only screen and (max-width : 992px) { + .gwb-container { + grid-template-columns: repeat(3, minmax(0, 1fr)); + } + } + @@media (max-width: 768px) { .gwb-container { @@ -232,7 +241,7 @@
-
+
@@ -242,19 +251,19 @@
-
- پیامک باقیمانده - @Model.SmsRemaining -
+
+
+ پیامک باقیمانده + @Model.SmsRemaining +
- -