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;
margin-left: 300px;
@media screen and (max-width: 768px) {
position: fixed;
z-index: 10;
margin: 10px;
right: 0; right: 0;
> a { z-index: 10;
color: black; padding: 10px;
}
// Large Screens
@media all and (min-width: $content-max-width+$toc-width) {
right: auto;
width: 1500px;
text-align: right;
} }
} }