Revised mobile header collection
This commit is contained in:
parent
7f07cdf4ec
commit
5aba3f7f1b
|
@ -206,6 +206,9 @@
|
||||||
height: 35px;
|
height: 35px;
|
||||||
left: 94.833333%;
|
left: 94.833333%;
|
||||||
top: -2px;
|
top: -2px;
|
||||||
|
@media only screen and (max-width: 576px) {
|
||||||
|
left: 90.833333%;
|
||||||
|
}
|
||||||
.btn {
|
.btn {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
|
@ -160,6 +160,9 @@ nav{
|
||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.dropdown-menu {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue