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