We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba5179 commit a2fa408Copy full SHA for a2fa408
src/app/homepage/header/header.component.scss
@@ -108,7 +108,18 @@ header {
108
}
109
110
111
- @media (max-width: 600px) {
+ @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) {
123
.search-wrapper {
124
display: none;
125
0 commit comments