Skip to content

Commit

Permalink
Increase content width
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Aug 9, 2024
1 parent 6d92d6d commit 960db8e
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,20 +170,22 @@ p {
line-height: 1.75;
}

@media (min-width: 82.5rem) {
@media (min-width: 90rem) {
.main-wrapper:not(.full-width),
.navbar__inner,
.footer .container {
max-width: 82.5rem;
max-width: 90rem;
margin: auto;
}
}

@media (min-width: 85rem) {
.main-wrapper:not(.full-width) main {
padding: 2rem 0 2rem 2rem;
}

.main-wrapper:not(.full-width) .container > .row > :first-child {
padding-right: 1rem;
padding-right: 3rem;
}
}

Expand All @@ -193,7 +195,7 @@ p {
}

.main-wrapper:not(.full-width) .container > .row > :first-child {
padding-right: 3rem;
padding-right: 5rem;
}
}

Expand Down Expand Up @@ -397,6 +399,10 @@ p {
background-color: var(--ifm-menu-color-background-active);
}

.col:has(.table-of-contents) {
padding-left: 0;
}

.table-of-contents__link--active {
position: relative;
}
Expand All @@ -420,6 +426,10 @@ p {
transform: scale(0.8);
}

article {
text-wrap: pretty;
}

article img,
article video {
vertical-align: top;
Expand Down

0 comments on commit 960db8e

Please sign in to comment.