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 af49af0 commit 4185245Copy full SHA for 4185245
styles/TwoColumn.module.scss
@@ -25,8 +25,21 @@
25
}
26
27
28
+ //bracket img needs to be made smaller for mobile
29
+
30
//added============================
31
&.our-background {
32
+ padding-bottom: 0;
33
+ .inner__content {
34
+ // @include desktop-breakpoint-minus {
35
+ // margin-bottom: 0;
36
+ // }
37
+ .content {
38
+ max-width: fit-content;
39
+ }
40
+ flex-basis: calc(100% - 34rem);
41
42
43
.inner__image {
44
flex-basis: 30rem;
45
// height: 24rem;
@@ -36,6 +49,7 @@
49
transform: scale(0.65);
50
51
52
53
54
55
0 commit comments