[Glitch] Fix margin for search field on medium window size

Port 520a0c8ea7 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
lolsob-rspec
Mina Her 2022-12-16 01:24:38 +09:00 committed by Claire
parent aecb09252f
commit 21d26ea079
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,5 @@
.search {
margin-bottom: 10px;
position: relative;
}

View File

@ -227,8 +227,7 @@
height: calc(100% - 10px) !important;
}
.getting-started__wrapper,
.search {
.getting-started__wrapper {
margin-bottom: 10px;
}