mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-12 12:06:38 -05:00
Fix mobile headings showing in dashboard view pages on desktop
This commit is contained in:
parent
0c7a2cbf66
commit
e5d90f7509
1 changed files with 3 additions and 1 deletions
4
resources/sass/dashboard.scss
vendored
4
resources/sass/dashboard.scss
vendored
|
@ -591,8 +591,10 @@ body {
|
|||
|
||||
@include media-breakpoint-up(xl) {
|
||||
padding: pxrem(20) pxrem(8);
|
||||
}
|
||||
|
||||
&.mobile-heading {
|
||||
.mobile-heading {
|
||||
@include media-breakpoint-up(xl) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue