navigation
This commit is contained in:
parent
cf2efd7fb3
commit
3153402ba9
2 changed files with 34 additions and 25 deletions
|
|
@ -203,3 +203,15 @@ nav.overlay {
|
|||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.content {
|
||||
position: relative;
|
||||
nav.items {
|
||||
position: absolute;
|
||||
top: -22px;
|
||||
right: 0px;
|
||||
@media(max-width:768px) {
|
||||
right: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue