Explorar el Código

fix padding-left

Yuki Takei hace 2 años
padre
commit
adf883abda
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/app/src/components/Layout/PageViewLayout.module.scss

+ 1 - 1
apps/app/src/components/Layout/PageViewLayout.module.scss

@@ -19,7 +19,7 @@
 
 // md/lg layout padding
 .page-view-layout :global {
-  @include bs.media-breakpoint-between(sm, lg) {
+  @include bs.media-breakpoint-between(md, xl) {
     padding-left: var.$grw-sidebar-nav-width;
   }
 }