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.
2 parents 8ae0944 + 106b603 commit 9031857Copy full SHA for 9031857
src/app/homepage/header/header.component.scss
@@ -103,12 +103,23 @@ header {
103
li:first-of-type {
104
display: none;
105
}
106
+
107
.search-wrapper {
108
margin-right: 0;
109
110
111
112
@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) {
123
124
125
0 commit comments