Good positioning of nagivation buttons
This commit is contained in:
parent
7f0fbb1b2f
commit
9b6d4b2b07
@ -1,15 +1,13 @@
|
|||||||
#org-div-home-and-up {
|
#org-div-home-and-up {
|
||||||
text-align: right;
|
position: absolute;
|
||||||
max-width: 1200px;
|
right: 0;
|
||||||
margin-left: 300px;
|
z-index: 10;
|
||||||
|
padding: 10px;
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
// Large Screens
|
||||||
position: fixed;
|
@media all and (min-width: $content-max-width+$toc-width) {
|
||||||
z-index: 10;
|
right: auto;
|
||||||
margin: 10px;
|
width: 1500px;
|
||||||
right: 0;
|
text-align: right;
|
||||||
> a {
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user