Skip to content

Commit

Permalink
Adjusts margin to padding for Header spacing left
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnadeluy committed Feb 6, 2024
1 parent 25ddcd4 commit 514b95a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Header/header.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
color: variables.$ssb-dark-5;
align-items: center;
padding: 1rem;
padding-left: 4rem;
margin: 0;
margin-left: 1.5rem;
font-family: 'Roboto Condensed', sans-serif !important;
font-stretch: condensed;
font-weight: bold;
Expand All @@ -31,8 +31,8 @@

@media #{variables.$mobile} {
margin: 0;
margin-left: 0.25rem;
padding-right: 0;
padding-left: .75rem;
.navigation {
gap: 1rem;
}
Expand Down

0 comments on commit 514b95a

Please sign in to comment.