Skip to content

Commit

Permalink
Merge pull request #925 from Abhi-MS/feature/cross-browser-compatibility
Browse files Browse the repository at this point in the history
Feature/cross browser compatibility
  • Loading branch information
palisadoes authored Jan 4, 2025
2 parents 21638d4 + 5d9bb54 commit b912c6a
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 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,11 +998,11 @@ a:hover {
@media (min-width: 1920px) {
.card__description,
.SixthPanel .left div,
.EightPanel p {
.EightPanel p, .card__wide li {
font-size: 1rem;
}
li {
font-size: 1.5rem;
.card__wide li {
/* font-size: 1rem; */
padding-left: 3rem !important;
}
}
Expand Down

0 comments on commit b912c6a

Please sign in to comment.