Fix the Contact Us button in the MVP so it collapses into the single column in the mobile view
maheese opened this issue · 4 comments
maheese commented
Fix the Contact Us button in the MVP so it collapses into the single column in the mobile view
ntknguyen commented
Changed div class="grid-col-2" to div class="grid-col-md-12 text-right"
maheese commented
@ntknguyen one minor request, can you add a little bit of spacing after the button (margin-bottom-1) so its not right on top of the text when you are on a phone size screen?
ntknguyen commented
@ntknguyen one minor request, can you add a little bit of spacing after the button (margin-bottom-1) so its not right on top of the text when you are on a phone size screen?
It's fixed.
maheese commented
@ntknguyen looks great. Thanks!