fix: footer text overflow on smaller desktop screens

This commit is contained in:
Nicolas Giard 2022-09-18 20:24:22 -04:00 committed by GitHub
parent ebf4da9bea
commit fa35f3a254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;