Skip to content

Commit a2fa408

Browse files
authored
Update header.component.scss
1 parent 7ba5179 commit a2fa408

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,18 @@ header {
108108
}
109109
}
110110

111-
@media (max-width: 600px) {
111+
@media (max-width: 1250px) {
112+
padding: 14px 5px;
113+
}
114+
115+
@media (max-width: 1150px) {
116+
padding: 14px 2px;
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)