Skip to content

Commit

Permalink
sum calc value
Browse files Browse the repository at this point in the history
  • Loading branch information
goldipl committed Jul 13, 2024
1 parent be98623 commit 9edee7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sass/common/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
background-color: $light_grey01;
position: fixed;
top: 0;
left: calc((100vw - 1728px - 16px) / 2);
left: calc((100vw - 1744px) / 2);
width: 100%;
max-width: 1728px;
z-index: 9999999999999999999999999999;
Expand Down
2 changes: 1 addition & 1 deletion sass/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1769,7 +1769,7 @@ body {
background-color: #f5f5f5;
position: fixed;
top: 0;
left: calc((100vw - 1728px - 16px) / 2);
left: calc((100vw - 1744px) / 2);
width: 100%;
max-width: 1728px;
z-index: 10000000000000000000000000000;
Expand Down
Loading

0 comments on commit 9edee7b

Please sign in to comment.