Skip to content

Commit

Permalink
style(header): Remove padding from header container (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
TSenter authored Sep 20, 2024
1 parent 222801e commit 4e4a206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-core/src/components/header.gts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface HeaderSignature {
}

const HeaderComponent: TOC<HeaderSignature> = <template>
<div class="container-fluid">
<div class="container-fluid gx-0">
<div
class="row row-cols-12 bg-primary text-light p-1 align-items-center justify-content-evenly"
...attributes
Expand Down

0 comments on commit 4e4a206

Please sign in to comment.