Update webapp/components/PageFooter/PageFooter.vue

Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
Alexander Friedland 2022-10-21 13:44:22 +02:00 committed by GitHub
parent f399fa11a1
commit fc7bbede1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ export default {
margin-left: 0.2rem;
margin-right: 0.2rem;
}
@media only screen and (max-width: 730px) {
@media only screen and (max-width: 810px) {
.ds-footer {
display: none;
}