Skip to content

Commit

Permalink
Move TOC to top right on tablets
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Aug 29, 2024
1 parent d95bd50 commit 8af1342
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions assets/css/giellalt-site-global.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,16 @@ https://stackoverflow.com/questions/9333379/check-if-an-elements-content-is-over
}

header #left_toc {
margin: 1em 3em 2em 0;
border-style: none solid none none;
margin: 1em 1em 2em 1em;
border-style: none none none solid;
border-color: #e0e0e0;
border-width: 1px;
padding-right: 1em;
padding: 1em;
background: #fff;
position: static;
float: right;
height: auto;
width: 280px;
/* position: static; */
}

header ul {
Expand Down

0 comments on commit 8af1342

Please sign in to comment.