Skip to content

Commit

Permalink
Fix sidebar padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi-MS committed Jan 4, 2025
1 parent d1f5760 commit 5d9bb54
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ h1.docTitle_node_modules-\@docusaurus-theme-classic-src-theme-DocItem- {
.menu * {
line-height: 1.5;
font-size: 0.7rem;
padding-left: 0.5rem;
padding-bottom: 0;
text-transform: uppercase;
font-weight: 700;
Expand All @@ -175,6 +174,18 @@ h1.docTitle_node_modules-\@docusaurus-theme-classic-src-theme-DocItem- {
margin-right: 15px;
}

/* New */

@media (min-width: 997px) {
.menu_SIkG {
flex-grow: 1;
padding: 1rem !important;
}
}

/* New */


.markdown > h2 {
--ifm-h2-font-size: 1.875rem;
margin-bottom: 0.8rem;
Expand Down Expand Up @@ -987,10 +998,10 @@ a:hover {
@media (min-width: 1920px) {
.card__description,
.SixthPanel .left div,
.EightPanel p {
.EightPanel p, .card__wide li {
font-size: 1rem;
}
li {
.card__wide li {
/* font-size: 1rem; */
padding-left: 3rem !important;
}
Expand Down

0 comments on commit 5d9bb54

Please sign in to comment.