Pretty π₯
I love the use of the custom CSS.
Some tiny nitpicks:
-
The images could be optimized. The 2 bundle image buttons is displayed at ~300px width, but the actual file is 624px, twice the size as needed. Resizing the images and the bg could helps loading time a little.
-
The links at the top could use
inline-block
in the custom CSS. So that it wonβt break awkwardly in the middle on smaller screens.Before:
After
inline-block
: