fix: footer text overflow on smaller desktop screens
This commit is contained in:
parent
ebf4da9bea
commit
fa35f3a254
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user