Skip to content

Commit

Permalink
Fix svg and container alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
aadhithbala committed Jul 16, 2023
1 parent 39c1c1f commit 46e05b5
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ body {
gap: 5rem;
}

.hero-primary {
.hero-primary,
.brief-heading {
font-size: 3.1rem;
line-height: 1.4;
font-weight: 700;
Expand Down Expand Up @@ -137,18 +138,24 @@ body {

.section-brief {
background-color: #d7f8e5;
padding: 5rem;
}

.illustration-container {
display: flex;
gap: 5rem;
/* border: solid 3px purple; */
justify-content: space-between;
align-items: center;
padding: 1rem;
margin-bottom: -4rem;
}

.bg-circle {
background-color: #79b975;
width: 7rem;
height: 7rem;
border-radius: 50%;
/* border: solid 2px red; */
display: flex;
justify-content: center;
align-items: center;
Expand All @@ -160,3 +167,11 @@ body {
.step-three {
font-size: 3rem;
}

.illustration-one-brief,
.illustration-two-brief,
.illustration-three-brief {
font-size: 1rem;
font-weight: 500;
line-height: 1.75;
}

0 comments on commit 46e05b5

Please sign in to comment.