diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 6c5f0821..9c5fc64f 100755 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -129,6 +129,7 @@ i.logout_icon{ @media screen and (max-width: 785px) { #setting{ display: none;} .menu-up{ display: none;} + .card-btn{padding: 0px 35px;} } @media screen and (max-width: 785px) { diff --git a/app/assets/stylesheets/login.scss b/app/assets/stylesheets/login.scss index 3d2504d0..b9a3f0df 100755 --- a/app/assets/stylesheets/login.scss +++ b/app/assets/stylesheets/login.scss @@ -122,5 +122,9 @@ @media screen and (max-width: 785px) { .login_pwd{width: 90%;} .login_ent{width: 10%;} + // .card-btn{padding: 0px 35px;} + // .nav-tabs{padding: 0px 44px;} + .box{margin: unset;} + .mbl-btn-usrgp{width: 48%;} } diff --git a/app/views/layouts/login.html.erb b/app/views/layouts/login.html.erb index 46ccccde..08e2e6c6 100755 --- a/app/views/layouts/login.html.erb +++ b/app/views/layouts/login.html.erb @@ -135,8 +135,6 @@
- <% end %> + <% end %>
Version - 1.0.1 -
+