Skip to content

Commit

Permalink
design changes
Browse files Browse the repository at this point in the history
  • Loading branch information
crisnicandrei committed Sep 20, 2024
1 parent a986867 commit 3920f00
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Let’s set some goals. Everyone has unique goals for preserving their
legacy. We want to learn more about how we can help you achieve yours.
</p>
<p class="text"><b>My goal is to...</b></p>
<p class="text"><b class="bold">My goal is to...</b></p>
</div>
</div>
<div class="goals">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
grid-template-columns: repeat(4, 1fr);
gap: 16px 50px;

@media (max-width: 1200px) and (min-width: 990px) {
@media (max-width: 1270px) and (min-width: 990px) {
grid-template-columns: repeat(3, 1fr);
}

Expand Down Expand Up @@ -40,6 +40,10 @@
text-align: left;
}

.bold {
font-family: 'UsualBold', sans-serif;
}

.text-right {
width: 40%;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- @format -->
<div>
<div class="text-container">
<p class="what-is-important">Tell us what's <b>important</b> to you</p>
<p class="what-is-important">Tell us what's <b class="bold">important</b> to you</p>
<p class="text">
Finally, we’re curious... <br /><b>What brought you to Permanent.org?</b>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}

.what-is-important {
font-family: 'UsualRegular', sans-serif;
font-family: 'UsualLight', sans-serif;
font-size: 56px;
width: 60%;

Expand All @@ -31,6 +31,10 @@
}
}

.bold {
font-family: 'UsualBold', sans-serif;
}

.text {
font-family: 'UsualRegular', sans-serif;
font-size: 16px;
Expand All @@ -47,11 +51,11 @@ p {

.text-container {
display: flex;
gap: 16px;
gap: 150px;
gap: 15rem;

@media (max-width: 1062px) {
flex-direction: column;
gap: 2rem;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ $mobile-transition-breakpoint: 1200px;
flex-direction: row;
justify-content: space-around;
margin: 1.5em 0;
max-width: 1400px;
}

.progress-chunk {
Expand Down

0 comments on commit 3920f00

Please sign in to comment.