henry-search 1.0.29 → 1.0.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -188,4 +188,21 @@
188
188
  }
189
189
 
190
190
 
191
- }
191
+ }
192
+ #start {
193
+ .dp__menu {
194
+ left: 8rem !important;
195
+ @include at(md) {
196
+ left: 0 !important;
197
+ }
198
+ }
199
+ }
200
+
201
+ // #end {
202
+ // .dp__menu {
203
+ // left: 4rem !important;
204
+ // @include at(md) {
205
+ // left: 0 !important;
206
+ // }
207
+ // }
208
+ // }
@@ -116,7 +116,7 @@
116
116
  position: sticky;
117
117
  //bottom: 0;
118
118
  z-index: 3;
119
- height: 80px;
119
+ height: 70px;
120
120
  width: 100vw;
121
121
  box-shadow: 0 -30px 30px var(--color-gray-100);
122
122
  background-color: white;
@@ -121,7 +121,7 @@
121
121
  padding-top: 1rem;
122
122
  //width: 75%;
123
123
  h2 {
124
- margin-bottom: 0.2rem;
124
+ margin-bottom: 0.25rem;
125
125
  }
126
126
  @include at(lg) {
127
127
  padding-top: 0;