Browse Source

fix: footer text overflow on smaller desktop screens

Nicolas Giard 2 năm trước cách đây
mục cha
commit
fa35f3a254
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      client/scss/base/base.scss

+ 6 - 0
client/scss/base/base.scss

@@ -30,6 +30,12 @@ html {
   }
 }
 
+@media only screen and (min-width:960px) {
+  .v-application .v-footer {
+    padding-left: 272px
+  }
+}
+
 #root .v-application {
   .overline {
     line-height: 1rem;