@racurleySubmitted almost 4 years ago
Not perfect or the most elegant but I think I figured it out. Tried doing this with not grids and that was not going to happen so I used a display: grid; (not a flexgrid). Fiddly on the positioning.
I never did get the "per month" to center align vertically. /* update */ Applied the feedback I had received (Big Thanks!) and corrected some issues.
- Dropped unnecessary Div's
- Changed how I switched sizing and padding based on screen size. Mobile looks right I think.
- Got the Pricing line to vertically align
- Changed the Why Us list to a UL/LI
- General clean up
- Did not change to BEM naming convention but am looking at how it works