Skip to content

Commit 405d186

Browse files
committed
fix "Django administration" not being visible on tablet
1 parent f26e934 commit 405d186

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

djangocms_admin_style/sass/components/_mobile.scss

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@ body {
1919
margin-right: 0;
2020
}
2121
}
22-
#branding {
23-
#site-name {
24-
display: none;
22+
23+
// arbitrary width because it doesn't fit
24+
@media (max-width: 500px) {
25+
#branding {
26+
#site-name {
27+
display: none;
28+
}
2529
}
2630
}
2731
.login #branding {

0 commit comments

Comments
 (0)