Skip to content

Commit

Permalink
fix #823
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Aug 19, 2024
1 parent d31ba5c commit e2b19ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/blocks/hero-header/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
}

&__body {
position: relative;
grid-column: var(--smb-hero-header--body-grid-column-start) / var(--smb-hero-header--body-grid-column-end);
grid-row: var(--smb-hero-header--body-grid-row-start) / var(--smb-hero-header--body-grid-row-end);
align-self: var(--smb-hero-header--body-align-self);
Expand Down

0 comments on commit e2b19ab

Please sign in to comment.