Skip to content

Commit

Permalink
smaller toc navigation #2
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Feb 13, 2024
1 parent cecae22 commit b62391d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/web/theme/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ background-color: rgba(0,0,0,.05) !important; /* for incompatible Browsers */
background-color: var(--table-stripe-color) !important;
}

.col-md-9 {
flex: 1 0 75%;
max-width: 100%;
}

.col-md-9 img {
max-width: 100%;
display: inline-block;
Expand Down Expand Up @@ -635,10 +640,10 @@ color: #0645ad;
color: var(--a-color);
}

@media (max-width: 768px) {
.col-md-3 {
max-width: 800px;
max-width: 25em;
}
@media (max-width: 768px) {
.main-area {
border-radius:0;
}
Expand Down

0 comments on commit b62391d

Please sign in to comment.