Skip to content

Commit e920633

Browse files
committed
fixed spacing between paragraphs
1 parent a4c1f02 commit e920633

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

styles/TwoColumn.module.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@
2727

2828
&.about-content {
2929
// align-items: center;
30-
// padding: 0px;
30+
// padding: 0;
3131
// width: 100%;
3232
// align-items: flex-start;
33+
padding-bottom: 0;
3334

3435
.inner__content {
36+
3537
@include desktop-breakpoint-minus {
3638
margin-bottom: 0;
3739
}
@@ -116,7 +118,6 @@
116118
flex-basis: 30rem;
117119
// height: 24rem;
118120

119-
120121
.img {
121122
max-width: 50rem;
122123
object-fit: contain;
@@ -142,5 +143,4 @@
142143
primary: $primary-content-color;
143144
primaryAccent: $primary-accent-color;
144145
lightBgColor: $light-bg-color;
145-
//kl added export primaryAccent
146146
}

0 commit comments

Comments
 (0)