@media screen (max-width: 480px) geändert

This commit is contained in:
loma-one 2025-02-09 11:21:03 +01:00 committed by GitHub
parent 8d0a8b8012
commit fe2c8ef090
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 9 deletions

View file

@ -1052,4 +1052,7 @@ iframe {
left: 10% !important;
margin-left: 0!important;
}
#topbar-first .topbar-nav .nav-segment {
margin-right: 0px;
}
}

View file

@ -985,4 +985,7 @@ iframe {
left: 10% !important;
margin-left: 0!important;
}
#topbar-first .topbar-nav .nav-segment {
margin-right: 0px;
}
}