responsively hide site heading during suggestions-mode
This commit is contained in:
Родитель
11ea34a0d4
Коммит
b45400e3b9
|
@ -82,6 +82,9 @@
|
|||
#search, #search-q {
|
||||
width: 235px;
|
||||
}
|
||||
h1 {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
// This works between and desktop over 600px.
|
||||
|
@ -131,4 +134,7 @@
|
|||
bottom: inherit;
|
||||
}
|
||||
}
|
||||
#site-header.suggestions h1 {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче