Skip to content

Commit

Permalink
fixing nav width #2
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Feb 14, 2024
1 parent 762f46e commit 67ebab1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/web/theme/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ background-color: var(--table-stripe-color) !important;
}

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

.col-md-9 img {
Expand Down Expand Up @@ -641,7 +641,7 @@ color: var(--a-color);
}

.col-md-3 {
max-width: 25em;
max-width: 20%;
}
@media (max-width: 768px) {
.main-area {
Expand Down

0 comments on commit 67ebab1

Please sign in to comment.