cmy 8 часов назад
Родитель
Сommit
7de93b379d
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      source/index/app.php

+ 8 - 0
source/index/app.php

@@ -240,6 +240,14 @@ class app extends Base
                 .index1 {
                     display: none;
                 }
+
+                @media screen and (max-width: 768px) {
+                    .login-common {
+                        box-shadow: unset!important;
+                        width: 100%;
+                        padding: 0 10px;
+                    }
+                }
             </style>
         </head>
         <body>