Skip to content

Commit

Permalink
Update base.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Myndex committed Mar 17, 2023
1 parent da937ae commit ad0dffc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ main.wrapper {
max-width: 80%;
max-width: calc(100% - 2em - 26px);
overflow-x: auto;
overflow-y: clip;
overflow-y: scroll;
padding: 0 1em;
padding-left: 42px;
padding-left: calc(1em + 26px);
Expand Down Expand Up @@ -503,7 +503,7 @@ main.wrapper {
@media screen and (max-width: 26em) {
body.toc-sidebar {
overflow-x: auto;
overflow-y: clip;
overflow-y: scroll;
}
}/* CLOSE MEDIA QUERY */

Expand All @@ -517,7 +517,7 @@ main.wrapper {
left: 0;
width: 22vw;
overflow-x: auto;
overflow-y: clip;
overflow-y: scroll;
padding: 0 2em;
padding-left: 2vw;

Expand Down Expand Up @@ -557,7 +557,7 @@ main.wrapper {
padding: 0;
position: absolute;
overflow-x: auto;
overflow-y: clip;
overflow-y: scroll;
}
}/* CLOSE MEDIA QUERY */

Expand All @@ -572,7 +572,7 @@ main.wrapper {
left: 0;
width: 16em;
overflow-x: auto;
overflow-y: clip;
overflow-y: scroll;
padding: 0 2em;
padding-left: 2em;
padding-left: calc(1em + 16px);
Expand Down

0 comments on commit ad0dffc

Please sign in to comment.