SCODEMeetup / community-services-locator-ui

Building a UI for community locator services
MIT License
1 stars 7 forks source link

fix style #81

Closed mihiramin89 closed 4 years ago

mihiramin89 commented 4 years ago

Fix the disclaimer alignment for all browsers.

align-items: flex-end makes the text align all the way to the right in all browsers (firefox, safari, chrome). "end" only does it for firefox.