FFerDev
@FFerDevAll comments
- @Galvez121@FFerDev
Greetings ♥. The issue with trying to vertically center the component arises from not giving it a "defined" height. By default, the height will adjust to the height of its contents, meaning it will only occupy the necessary height, rendering the attempt to vertically center it futile. The solution would be to provide a height to the parent element of the element you want to center, for example, a min-height: 100vh. This way, it will have the space needed to be vertically centered.
Marked as helpful - @atwellCode@FFerDev
When you uploaded the files to GitHub you did not upload the QR image. The component looks incomplete.