Sfoglia il codice sorgente

padding settings for GrowiNavbarBottom

Yuki Takei 5 anni fa
parent
commit
5a355ad0f9
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  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;
 }