Good positioning of nagivation buttons

This commit is contained in:
Thomas Dehaeze 2020-11-26 19:48:18 +01:00
parent 7f0fbb1b2f
commit 9b6d4b2b07

View File

@ -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;
}
} }
} }