2020-11-25 23:22:07 +01:00
|
|
|
#org-div-home-and-up {
|
2020-11-26 19:48:18 +01:00
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
z-index: 10;
|
|
|
|
padding: 10px;
|
2020-11-25 23:22:07 +01:00
|
|
|
|
2020-11-26 19:48:18 +01:00
|
|
|
// Large Screens
|
|
|
|
@media all and (min-width: $content-max-width+$toc-width) {
|
|
|
|
right: auto;
|
|
|
|
width: 1500px;
|
|
|
|
text-align: right;
|
2020-11-25 23:22:07 +01:00
|
|
|
}
|
|
|
|
}
|