Skip to content

Commit fa35f3a

Browse files
authored
fix: footer text overflow on smaller desktop screens
1 parent ebf4da9 commit fa35f3a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

client/scss/base/base.scss

+6
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ html {
3030
}
3131
}
3232

33+
@media only screen and (min-width:960px) {
34+
.v-application .v-footer {
35+
padding-left: 272px
36+
}
37+
}
38+
3339
#root .v-application {
3440
.overline {
3541
line-height: 1rem;

0 commit comments

Comments
 (0)