Skip to content

Commit

Permalink
fix: header styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleostro committed May 8, 2024
1 parent 08da819 commit 958526b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"@commercetools/sdk-middleware-http": "^7.0.4",
"autoprefixer": "^10.4.19",
"isomorphic-fetch": "^3.0.0",
"materialize-css": "^1.0.0-rc.2",
"modern-normalize": "^2.0.0",
"postcode-validator": "^3.8.20",
"vite-plugin-checker": "^0.6.4",
Expand Down
4 changes: 2 additions & 2 deletions src/widgets/Header/view/headerView.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
display: grid;
align-items: center;
justify-content: space-between;
grid-template-columns: repeat(4, max-content);
grid-template-columns: repeat(3, max-content);
margin-bottom: var(--medium-offset);
border-bottom: 10px solid var(--steam-green-800);
border-radius: var(--medium-br);
Expand Down Expand Up @@ -37,7 +37,7 @@

.logoutButton,
.changeLanguageButton {
grid-column: 4;
grid-column: 3;
border-radius: var(--small-br);
padding: calc(var(--extra-small-offset) / 2) var(--extra-small-offset);
font: var(--regular-font);
Expand Down

0 comments on commit 958526b

Please sign in to comment.