Skip to content

Commit 4efd010

Browse files
committed
adjust 'how to get started' section styling
1 parent 5abbe30 commit 4efd010

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

pages/about.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export default function AboutUs() {
198198
image='/images/svg/slash.svg'
199199
color={primary}
200200
bgColor={white}
201-
customInnerClass='about-content'
201+
customInnerClass='get-started'
202202
link="mailto:[email protected]"
203203
linkText="Ping Us"
204204
customBtnClass='inverted-grey'

styles/TwoColumn.module.scss

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
}
8989
}
9090

91-
&.about-content {
91+
&.about-content, &.get-started {
9292
.content{
9393
max-width: 49rem;
9494
}
@@ -209,6 +209,24 @@
209209
}
210210
}
211211

212+
&.get-started {
213+
padding-bottom: 0px;
214+
.inner__image{
215+
display: none;
216+
217+
@include desktop {
218+
display: unset;
219+
}
220+
}
221+
222+
@include desktop {
223+
padding-bottom: 5rem;
224+
}
225+
226+
227+
228+
}
229+
212230
@include desktop {
213231
display: flex;
214232
align-items: center;
@@ -218,6 +236,8 @@
218236
}
219237
}
220238

239+
240+
221241
//Exports
222242
:export {
223243
white: $white;

0 commit comments

Comments
 (0)