I'm most proud of the way of aligning the modal vertically. Next time I would look at other ways of overcoming this challenge by use of other methods.
What challenges did you encounter, and how did you overcome them?The main challenge I encountered was vertically centering the div modal container the qr code and content. I overcame this by using position absolute, relative to the direct parent container. then aligning with top, left and transform.
What specific areas of your project would you like help with?Better methods of vertically centering divs and other sections.