File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -155,13 +155,18 @@ body.stellarnav-noscroll-x { overflow-x: hidden; }
155
155
/* mega dd */
156
156
157
157
158
- /* Fallback for slow javascript load */
159
- @media only screen and (max-width : 768px ) {
160
- .stellarnav { overflow : hidden; display : block; }
161
- .stellarnav ul { position : relative; display : none; }
162
- }
158
+
163
159
164
160
/* mobile nav */
165
- @media only screen and (max-width : 420 px ) {
161
+ @media only screen and (max-width : 768 px ) {
166
162
.stellarnav .mobile .call-btn-mobile .third span , .stellarnav .mobile .location-btn-mobile .third span { display : none; }
163
+ .stellarnav .mobile ul {
164
+ position : absolute;
165
+ width : fit-content;
166
+ display : block;
167
+ right : 1% ;
168
+ }
169
+ .stellarnav .mobile ul li : hover {
170
+ background-color : # d0fcf4 ;
171
+ }
167
172
}
You can’t perform that action at this time.
0 commit comments