Skip to content

Commit

Permalink
Merge pull request #1024 from bajrangCoder/main
Browse files Browse the repository at this point in the history
fixed weird spacing issue on header #925
  • Loading branch information
bajrangCoder authored Sep 2, 2024
2 parents ea5d533 + 893a230 commit d01f931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ body {
justify-content: flex-end;

.icon {
margin: 0;
margin: 0 5px;
}
}
}
Expand Down Expand Up @@ -512,4 +512,4 @@ wc-page {
.editor-container {
height: 100%;
}
}
}

0 comments on commit d01f931

Please sign in to comment.