diff --git a/src/components/HomepagePromises.module.css b/src/components/HomepagePromises.module.css index cc8102f3ed3d7572bb4e09e83610512db2ffaf5f..b0835277811a62252579a4252d9e6aa8440925bd 100644 --- a/src/components/HomepagePromises.module.css +++ b/src/components/HomepagePromises.module.css @@ -1,6 +1,5 @@ /* stylelint-disable docusaurus/copyright-header */ - .promiseSvg { - height: 150px; - width: 150px; + height: 64px; + width: auto; } diff --git a/src/css/custom.css b/src/css/custom.css index 555dcbf9ddfcc701a7a3aaa3cb212e265d462357..3ad5015b9ebe929fae9bbb2632b06294b625d7a9 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -91,6 +91,7 @@ p { padding: 4rem 0; width: 100%; } + .sections { padding: 4rem 0; width: var(--ifm-container-max-width);