Skip to content

Commit 9031857

Browse files
Merge pull request #1243 from psjishnu/master
Changed header css . Show search bar for smaller resolutions . Solved Issue#1182
2 parents 8ae0944 + 106b603 commit 9031857

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,23 @@ header {
103103
li:first-of-type {
104104
display: none;
105105
}
106+
106107
.search-wrapper {
107108
margin-right: 0;
108109
}
109110
}
110111

111112
@media (max-width: 1250px) {
113+
padding: 14px 5px;
114+
}
115+
116+
@media (max-width: 1150px) {
117+
ul {
118+
display: none !important;
119+
}
120+
}
121+
122+
@media (max-width: 555px) {
112123
.search-wrapper {
113124
display: none;
114125
}

0 commit comments

Comments
 (0)