better positioning for search bar

This commit is contained in:
giomba 2021-05-09 20:54:27 +02:00
parent ef5ff1ca3f
commit 8d1d3f3d75
2 changed files with 0 additions and 7 deletions

View File

@ -4,8 +4,6 @@
/* Search */
#p-search {
display: inline-block;
margin-right: 0.5em;
margin-left: 0.5em;
h3 {
.mixin-screen-reader-text;

View File

@ -88,11 +88,6 @@
float: right;
}
div#p-search {
float: none;
position: absolute;
right: 0;
width: 100vw;
margin: 0;
}
div#simpleSearch {
margin: 0 3em;