Skip to content

Commit bf5c00a

Browse files
committed
edited img size in our purpose section
1 parent ceb6e9b commit bf5c00a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

pages/about.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export default function AboutUs() {
126126
image='/images/svg/semi-colon.svg'
127127
color={primary}
128128
bgColor={white}
129-
customInnerClass='about-content'
129+
customInnerClass='our-purpose'
130130
/>
131131
</RevealContentContainer>
132132
</div>

styles/TwoColumn.module.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,20 @@
9999
}
100100
}
101101

102+
&.our-purpose {
103+
.inner__image {
104+
height: 10rem;
105+
106+
@include desktop {
107+
height: 22rem;
108+
}
109+
110+
.img {
111+
object-fit: contain;
112+
}
113+
}
114+
}
115+
102116
@include desktop {
103117
display: flex;
104118
align-items: center;

0 commit comments

Comments
 (0)