Browse Source
fix: footer text overflow on smaller desktop screens
pull/5367/merge
Nicolas Giard
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
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; |
|
|
|