org-theme/scss/partials/_nagivation.scss

14 lines
285 B
SCSS
Raw Normal View History

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;
2020-11-26 19:49:08 +01:00
width: $content-max-width+$toc-width;
2020-11-26 19:48:18 +01:00
text-align: right;
2020-11-25 23:22:07 +01:00
}
}