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 a4c1f02 commit e920633Copy full SHA for e920633
styles/TwoColumn.module.scss
@@ -27,11 +27,13 @@
27
28
&.about-content {
29
// align-items: center;
30
- // padding: 0px;
+ // padding: 0;
31
// width: 100%;
32
// align-items: flex-start;
33
+ padding-bottom: 0;
34
35
.inner__content {
36
+
37
@include desktop-breakpoint-minus {
38
margin-bottom: 0;
39
}
@@ -116,7 +118,6 @@
116
118
flex-basis: 30rem;
117
119
// height: 24rem;
120
-
121
.img {
122
max-width: 50rem;
123
object-fit: contain;
@@ -142,5 +143,4 @@
142
143
primary: $primary-content-color;
144
primaryAccent: $primary-accent-color;
145
lightBgColor: $light-bg-color;
- //kl added export primaryAccent
146
0 commit comments