Browse Source

fix: footer text overflow on smaller desktop screens

Nicolas Giard 2 years ago
parent
commit
fa35f3a254
1 changed files with 6 additions and 0 deletions
  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;