Skip to content

Commit 0c739ee

Browse files
committed
add full square brackets image and adjust styling
1 parent 89041ff commit 0c739ee

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
lines changed

pages/about.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function AboutUs() {
2020
experience with version control in a team dynamic was making
2121
their integration in a professional environment harder. Most of
2222
those new graduates used a version control feature, such as
23-
<u>GitHub</u> or <u>Bitbucket</u>, as a repository for their
23+
&nbsp;<u>GitHub</u> or <u>Bitbucket</u>, as a repository for their
2424
personal projects where they were the only participants. So, all
2525
that “branch out and PR review” enriching process was completely
2626
unknown to them. That happened to be a problem either for being
@@ -30,7 +30,7 @@ export default function AboutUs() {
3030
</div>
3131
}
3232
rowOrder="row-reverse"
33-
image="/images/svg/open-square-bracket.svg"
33+
image="/images/svg/square-brackets.svg"
3434
color={primary}
3535
bgColor={white}
3636
customInnerClass="about-content"

public/images/svg/close-square-bracket.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/images/svg/open-square-bracket.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/images/svg/square-brackets.svg

Lines changed: 4 additions & 0 deletions
Loading

styles/TwoColumn.module.scss

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,24 @@
2828
align-items: center;
2929
padding: 0px;
3030
width: 100%;
31+
align-items: flex-start;
3132

3233
.inner__content {
34+
@include desktop-breakpoint-minus {
35+
margin-bottom: 0;
36+
}
3337
.content {
34-
margin-top: 0;
3538
max-width: fit-content;
3639
}
37-
flex-basis: 70%;
40+
flex-basis: calc(100% - 24rem);
3841
}
3942
.inner__image {
40-
flex-basis: 30%;
41-
max-height: 25rem;
43+
flex-basis: 24rem;
44+
height: 24rem;
4245
.img {
43-
object-fit: none;
46+
max-width: 24rem;
47+
object-fit: contain;
48+
transform: scale(0.5);
4449
}
4550
}
4651
}

0 commit comments

Comments
 (0)