Unverified Commit fa35f3a2 authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

fix: footer text overflow on smaller desktop screens

parent ebf4da9b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment