Update nav

This commit is contained in:
PEGeoffroy 2019-09-24 16:31:51 +02:00
parent 4ecfd134b4
commit e8b509d715
1 changed files with 9 additions and 3 deletions

View File

@ -87,11 +87,17 @@ header img{
.nav {
text-align: right;
padding-top: 1.7rem;
position: absolute;
right: 0;
top: 0;
max-height: 250px;
bottom: -40px;
/* max-height: 250px; */
}
@media (max-width: 463px) {
.nav {
bottom: auto;
top: 0;
}
}
.nav>div{