Skip to content

Commit 910467c

Browse files
Merge pull request #1294 from psjishnu/searh-fix
Fixed bug Solved Search bar issue.
2 parents 7912e31 + 8591f64 commit 910467c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ header {
119119
}
120120
}
121121

122-
@media (max-width: 555px) {
122+
@media (max-width: 600px) {
123123
.search-wrapper {
124124
display: none;
125125
}

0 commit comments

Comments
 (0)