Skip to content

Commit

Permalink
landing style
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Jan 14, 2025
1 parent 30666d0 commit dcd7454
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions assets/scss/_variables_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ $footer-color: #414141;
width: 100vw;
color: #fff;
position: relative;
padding: 4rem 0;
padding: 6rem 0 4rem;
margin: 0;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
Expand All @@ -76,11 +76,13 @@ $footer-color: #414141;
}

h1 {
font-size: 3rem;
font-size: 2.7rem;
font-weight: 400;
margin-bottom: 2rem;
color: #fff;
line-height: 1.2;
padding-bottom: 1rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.banner-text {
Expand Down

0 comments on commit dcd7454

Please sign in to comment.