Skip to content

Commit

Permalink
Fixed padding on "Home" page
Browse files Browse the repository at this point in the history
  • Loading branch information
Petrosdevri committed Jan 29, 2024
1 parent d47b2fe commit 454dcc0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 5 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@

.App {
background-color: #001A33;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: stretch;
gap: 3em;
}

.results {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Home/Hero/Hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}

.banner {
height: 150vh;
height: 100vh;
}

.values {
Expand Down
6 changes: 1 addition & 5 deletions src/pages/Home/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@
flex-direction: column;
justify-content: center;
align-items: center;
gap: 5em;
gap: 4em;
font-weight: 700 !important;
overflow: hidden;
text-align: center;
}

.home > * {
margin: 0 2em;
}

0 comments on commit 454dcc0

Please sign in to comment.