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

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;