Update nav
This commit is contained in:
parent
4ecfd134b4
commit
e8b509d715
|
@ -87,11 +87,17 @@ header img{
|
||||||
|
|
||||||
.nav {
|
.nav {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding-top: 1.7rem;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
bottom: -40px;
|
||||||
|
/* max-height: 250px; */
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 463px) {
|
||||||
|
.nav {
|
||||||
|
bottom: auto;
|
||||||
top: 0;
|
top: 0;
|
||||||
max-height: 250px;
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav>div{
|
.nav>div{
|
||||||
|
|
Loading…
Reference in New Issue