Skip to content

Commit

Permalink
Merge pull request ClickHouse#1033 from ClickHouse/kb-styles
Browse files Browse the repository at this point in the history
Fix padding on KB pages
  • Loading branch information
rfraposa authored Apr 13, 2023
2 parents a503040 + e4dfb3a commit c961bb2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ body {
color: #E2E3E7 !important;
}

.sidebar_node_modules-\@docusaurus-theme-classic-lib-theme-BlogSidebar-Desktop-styles-module {
padding-right: 1rem;
}
/* Modify the prev and next links */
.pagination-nav__ {
&link {
Expand Down Expand Up @@ -536,6 +539,13 @@ img {
@media (min-width: 1440px) {
.container {
max-width: 95%;
margin-left: 1rem;
}
}

@media (max-width: 1439px) {
.container {
margin-left: 1rem;
}
}

Expand Down Expand Up @@ -856,7 +866,7 @@ hr {
color: var(--click-color-text-inverse);
}
}

}

.main-content-wrapper {
Expand Down

0 comments on commit c961bb2

Please sign in to comment.