Skip to content

Commit

Permalink
upd styles for iframe-resizer (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
ereburg authored Jun 10, 2024
1 parent 08c1a2e commit 7eeb663
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ div[class^="announcementBar"][role="banner"] {
}

&:root {
--ifm-background-color: #FFF;
--ifm-background-color: #fff;
--ifm-color-content: #000;
--ifm-color-primary: #0DA681;
--ifm-color-primary: #0da681;

--ifm-font-family-base: 'Anuphan';
--ifm-heading-font-family: 'Anuphan';
Expand All @@ -94,9 +94,24 @@ div[class^="announcementBar"][role="banner"] {

--ifm-heading-line-height: 1.3;

main > .container.padding-top--md.padding-bottom--lg {
padding: 0 !important;
justify-content: center;

> .row {
margin: 0 !important;
justify-content: center;

> .col {
padding: 0 !important;
}
}
}

.markdown > h2 {
--ifm-h2-font-size: 1.25rem !important;
}

.markdown > h3 {
--ifm-h3-font-size: 1.25rem !important;
}
Expand Down

0 comments on commit 7eeb663

Please sign in to comment.