We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa52f9e commit 9fe0615Copy full SHA for 9fe0615
styles/Card.module.scss
@@ -92,6 +92,7 @@
92
// Contact us cards
93
&.contact-cards {
94
height: 27rem;
95
+ background-color: $white;
96
97
@include desktop {
98
height: 25rem;
styles/Contact.module.scss
@@ -5,6 +5,10 @@
5
background-color: $light-bg-color;
6
height: 42rem;
7
position: relative;
8
+ margin-bottom: -10rem;
9
+ @include mobile {
10
+ margin-bottom: 3rem;
11
+ }
12
13
&__formAndDecorations {
14
@include tablet {
styles/ContactUsCards.module.scss
@@ -3,5 +3,4 @@
3
4
.contactCards {
background-color: $white;
- height: 30rem;
}
0 commit comments