Skip to content

Commit

Permalink
Remove unused CSS option to place sidebar on the right
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobemcken committed May 9, 2024
1 parent 9a8178d commit 4cce991
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions public/css/hyde.css
Original file line number Diff line number Diff line change
Expand Up @@ -243,32 +243,6 @@ a.sidebar-nav-item:focus {
}


/*
* Reverse layout
*
* Flip the orientation of the page by placing the `.sidebar` on the right.
*/

@media (min-width: 48em) {
.layout-reverse .sidebar {
left: auto;
right: 0;
}
.layout-reverse .content {
margin-left: 2rem;
margin-right: 20rem;
}
}

@media (min-width: 64em) {
.layout-reverse .content {
margin-left: 4rem;
margin-right: 22rem;
}
}



/*
* Themes
*
Expand Down

0 comments on commit 4cce991

Please sign in to comment.