Skip to content

Commit

Permalink
Adjusted home section on landing page distance from navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-constantin committed Feb 10, 2024
1 parent ae4b7df commit 006dfe3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 4 additions & 3 deletions apps/frontend/src/pages/LandingPage/LandingPage.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -458,15 +458,16 @@ img {
}

.home {
gap: 40px;
margin-top: 20px;
min-height: fit-content;
}

.home .content h1 {
font-weight: 600;
}

.imageContainer .item {
max-width: 200px;
max-width: 170px;
}

.contact-container {
Expand Down Expand Up @@ -504,7 +505,7 @@ img {

.imageContainer {
grid-area: imageContainer;
margin-top: 100px;
margin-top: 50px;
}

.home .content {
Expand Down
3 changes: 0 additions & 3 deletions apps/frontend/src/pages/LandingPage/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,6 @@ export default function LandingPage() {
Join Neighborhood today and be a part of the movement to create stronger, more united
neighborhoods.
</p>
{/*
Check it out later!!!
*/}
</div>
</footer>
</div>
Expand Down

0 comments on commit 006dfe3

Please sign in to comment.