Skip to content

Commit

Permalink
Merge pull request #4274 from LibreSign/backport/4272/stable30
Browse files Browse the repository at this point in the history
[stable30] fix: center component
  • Loading branch information
vitormattos authored Jan 13, 2025
2 parents 0ae5be3 + d09547f commit 5db2711
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 @@ -100,8 +100,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 5db2711

Please sign in to comment.