Skip to content

Commit

Permalink
Merge pull request #4273 from LibreSign/backport/4272/stable29
Browse files Browse the repository at this point in the history
[stable29] fix: center component
  • Loading branch information
vitormattos authored Jan 13, 2025
2 parents 99e2f7c + e2ea9e1 commit d138735
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/RenewEmail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ body {
<style lang="scss" scoped>
.wrapper {
width: 100%;
max-width: 500px;
margin-block: 10vh auto;
display: grid;
justify-content: center;
}
.header {
Expand Down

0 comments on commit d138735

Please sign in to comment.