Skip to content

Commit

Permalink
fix: center component
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos authored and backportbot-libresign[bot] committed Jan 13, 2025
1 parent 35d4b75 commit e2ea9e1
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 e2ea9e1

Please sign in to comment.