Skip to content

Commit 4185245

Browse files
committed
fixed spacing
1 parent af49af0 commit 4185245

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

styles/TwoColumn.module.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,21 @@
2525
}
2626
}
2727

28+
//bracket img needs to be made smaller for mobile
29+
2830
//added============================
2931
&.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+
3043
.inner__image {
3144
flex-basis: 30rem;
3245
// height: 24rem;
@@ -36,6 +49,7 @@
3649
transform: scale(0.65);
3750
}
3851
}
52+
3953
}
4054

4155
//added============================

0 commit comments

Comments
 (0)