diff --git a/src/components/HomepageAskAQuestion/styles.module.css b/src/components/HomepageAskAQuestion/styles.module.css index 693587131..9392b37f0 100644 --- a/src/components/HomepageAskAQuestion/styles.module.css +++ b/src/components/HomepageAskAQuestion/styles.module.css @@ -5,6 +5,7 @@ border-radius: 2rem; color: black; overflow: hidden; + height: 100%; } html[data-theme='dark'] .item { @@ -13,6 +14,13 @@ html[data-theme='dark'] .item { border-radius: 2rem; color: white; overflow: hidden; + height: 100%; +} + +@media (max-width: 996px) { + .item { + margin-top: 2rem; + } } .item__inner { diff --git a/src/components/HomepageContribute/styles.module.css b/src/components/HomepageContribute/styles.module.css index 693587131..c21810a6e 100644 --- a/src/components/HomepageContribute/styles.module.css +++ b/src/components/HomepageContribute/styles.module.css @@ -5,6 +5,7 @@ border-radius: 2rem; color: black; overflow: hidden; + height: 100%; } html[data-theme='dark'] .item { @@ -13,6 +14,7 @@ html[data-theme='dark'] .item { border-radius: 2rem; color: white; overflow: hidden; + height: 100%; } .item__inner {