Skip to content

Commit 6325fb5

Browse files
fix: search input jumps on hover on smaller screens #3124
1 parent beecac0 commit 6325fb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/homepage/header/header.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,10 @@ header {
416416
@media (min-width: 1200px) and (max-width: 1300px) {
417417
width: 190px;
418418
}
419+
420+
@media (max-width: 680px) {
421+
width: 190px;
422+
}
419423
}
420424

421425
.search-input::placeholder {

0 commit comments

Comments
 (0)