@mooryxSubmitted over 2 years ago
i have problem with centering and positioning components and buttons dont align in some browsers (im using margin and specific values to positon elements) is there any better way to do that ?
i have problem with centering and positioning components and buttons dont align in some browsers (im using margin and specific values to positon elements) is there any better way to do that ?
Try adding "align-items: center; min-height: 100vh" in the body selector to center the whole card. This way when its when its looking in vertical view its always looking from 100% of the view height. Besides that everything looks pretty nice and thx for the comment.