Skip to content

Commit

Permalink
Adjust the space in the call to action section.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatkaciran committed Jul 15, 2023
1 parent 3c96608 commit 4e8af0b
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,13 @@ a {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
gap: 42px;
padding: 86px 24px;
}

.hero-title {
font-size: 48px;

font-weight: 800;
color: #f9faf8;
}
Expand Down Expand Up @@ -138,7 +139,6 @@ button {
}

.call-to-action {

background-color: #3882f6;
color: #e5e7eb;
padding: 44px 16px;
Expand All @@ -148,8 +148,6 @@ button {
justify-content: space-evenly;
}



.cta-title {
font-size: 26px;
font-weight: 600;
Expand Down Expand Up @@ -179,18 +177,20 @@ footer {
}

@media only screen and (max-width: 767px) {
.container {
padding: 0;
}
.container {
padding: 0;
}

.hero {
flex-direction: column;
}


.hero img {
max-width: 100%;
}
.hero-text-content {
padding: 40px 30px;
text-align: center;
}

Expand All @@ -201,7 +201,8 @@ footer {
.call-to-action {
display: flex;
flex-direction: column;
text-align: center;padding: 64px 16px;
text-align: center;
padding: 64px 16px;
margin: 0;
border-radius: 0;
gap: 32px;
Expand Down

0 comments on commit 4e8af0b

Please sign in to comment.