mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Fix the login page on mobile
This commit is contained in:
parent
bb3b6fcbe1
commit
0c5cd33462
2 changed files with 5 additions and 3 deletions
6
resources/assets/sass/dashboard.scss
vendored
6
resources/assets/sass/dashboard.scss
vendored
|
@ -102,8 +102,10 @@ body {
|
|||
.panel-body {
|
||||
background-color: lighten($c-dashboard-light, 1%);
|
||||
|
||||
@media (max-width: $screen-xs-max) {
|
||||
padding: 0px;
|
||||
&.dashboard {
|
||||
@media (max-width: $screen-xs-max) {
|
||||
padding: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.search {
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel-body">
|
||||
<div class="panel-body dashboard">
|
||||
@yield('dashboard-body')
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue