Skip to content

Commit

Permalink
hero banner margins and spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Nov 7, 2024
1 parent 3cd6e85 commit ffd546f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/components/hero-banner/hero-banner.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@
margin: 0;
}

.heading {
margin: var(--size-3) 0;
}

.headingSub {
width: 75%;
}
Expand Down
1 change: 0 additions & 1 deletion src/styles/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ app-hero-banner {
app-latest-post,
app-hero-banner {
width: 85%;
margin: 0 auto;
}
}

0 comments on commit ffd546f

Please sign in to comment.