hide empty page header on mobile view

This commit is contained in:
Robert Kaussow 2020-01-28 23:18:02 +01:00
parent 7abcc895a0
commit a5c72664f2
2 changed files with 2 additions and 2 deletions

View file

@ -457,7 +457,7 @@ img {
}
}
.gdoc-page__header .breadcrumb {
.gdoc-page__header .breadcrumb, .hidden-mobile {
display: none;
}