Skip to content

Commit

Permalink
[fixed] Added right margin axios#203
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyank-Aggarwal1024 authored Oct 6, 2024
1 parent 6a7df45 commit 5613a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ a.button {
}

main {
margin-left: calc(var(--margin) / 2);
margin: 0 calc(var(--margin) / 2);
width: calc(100vw - var(--margin));
min-height: 100vh;
display: flex;
Expand Down

0 comments on commit 5613a91

Please sign in to comment.