Commit 206b780a authored by kevin's avatar kevin

#nav fix

parent d28dd2cc
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
} }
} }
@media (max-width: 992px) { @media (max-width: 1400px) {
& { & {
min-width: 100%; min-width: 100%;
padding-left: 0; padding-left: 0;
...@@ -45,10 +45,17 @@ ...@@ -45,10 +45,17 @@
.link-sm-show { .link-sm-show {
display: inline-block; display: inline-block;
} }
p { p {
color: #333; color: #333;
} };
} }
} }
} }
@media screen and (max-width: 1400px) {
.user-menu{
position: relative!important;
top: 0px!important;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment