Skip to content
Snippets Groups Projects
Commit 1d7c600a authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Merge branch '21-search-results-do-not-have-enough-space' into 'preview'

Resolve "Search results do not have enough space"

See merge request zih/hpc-compendium/hpc-compendium!150
parents 75a23b0c eab6f1df
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!150Resolve "Search results do not have enough space"
......@@ -74,10 +74,14 @@ a:hover {
/* header */
.md-header * {
.md-header,
.md-header__title,
.md-header__button,
.md-header__topic {
height: 80px;
}
.md-header__button,
.md-header__button.md-logo,
.md-logo {
padding: 0;
......@@ -111,9 +115,10 @@ a:hover {
object-fit: fill;
}
.md-search * {
.md-search {
height: 44px;
}
/* header mobile view */
.md-nav__title .md-nav__button.md-logo img {
height: 36px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment