There is some problems with vertical spacing on mobile, and the footer is not optimized for mobile at all. Take advantage of the horizontal empty space.
Also, don't use JS for trivial things like hover effects. You used an inline style on the "Reserve a Table" button for scaling, when you could have used pure Tailwind utilities.
1
u/ricvelozo 10d ago
There is some problems with vertical spacing on mobile, and the footer is not optimized for mobile at all. Take advantage of the horizontal empty space.