Skip to content

Commit

Permalink
fix: remove footer margin-bottom from website
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Mar 5, 2025
1 parent cc1fc19 commit 16ba28f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/website/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ pre.Code {

.hero {
text-align: center;
margin-bottom: 25px;

&:last-child {
margin-bottom: 0;
Expand Down Expand Up @@ -228,7 +227,7 @@ a.full {
h2 {
text-align: center;
padding: 15px 0;
margin: 0;
margin: 25px 0 0 0;

position: sticky;
z-index: 1;
Expand Down

0 comments on commit 16ba28f

Please sign in to comment.