Explorar el Código

padding settings for GrowiNavbarBottom

Yuki Takei hace 5 años
padre
commit
5a355ad0f9
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      src/client/styles/scss/_layout.scss

+ 9 - 0
src/client/styles/scss/_layout.scss

@@ -19,6 +19,15 @@ body {
   border-bottom: 1px solid $gray-500;
 }
 
+// padding settings for GrowiNavbarBottom
+.page-wrapper {
+  padding-bottom: $grw-navbar-bottom-height;
+
+  @include media-breakpoint-up(md) {
+    padding-bottom: unset;
+  }
+}
+
 .main {
   margin-top: 1rem;
 }