We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad75ea7 commit 5f8cc5bCopy full SHA for 5f8cc5b
src/components/HomepageAskAQuestion/styles.module.css
@@ -5,6 +5,7 @@
5
border-radius: 2rem;
6
color: black;
7
overflow: hidden;
8
+ height: 100%;
9
}
10
11
html[data-theme='dark'] .item {
@@ -13,6 +14,13 @@ html[data-theme='dark'] .item {
13
14
15
color: white;
16
17
18
+}
19
+
20
+@media (max-width: 996px) {
21
+ .item {
22
+ margin-top: 2rem;
23
+ }
24
25
26
.item__inner {
src/components/HomepageContribute/styles.module.css
@@ -13,6 +14,7 @@ html[data-theme='dark'] .item {
0 commit comments