@Raghav-853Submitted about 1 year ago
Priyesh Singh Waldia
@Priyesh-Singh-WaldiaAll comments
- @Priyesh-Singh-WaldiaPosted about 1 year ago
Hi, if you want to fix the issue with the button text alignment, just add
align-tems:center
within your css selector ( .container > * )
0 - @aumvashishtSubmitted over 1 year ago
while scrolling at the smaller height I am finding difficulty to adjust the QR code
@Priyesh-Singh-WaldiaPosted over 1 year agoTo fix the QR code issue
you can remove the height property from your box class, its restricting the height of your box to 55vh cause 1vh is relative to 1% of the height of the viewport
try it out, that should fix the problem.
Marked as helpful0