I’m having a hard time trying to evenly space two buttons horizontally in a form. The form is under a list-inset:
<div class="list list-inset"> <form name="loginForm" novalidate> ...
I tried placing a grid in the form - but that did not work. So - my question is - what would be the best way to horizontally align items in a list/form?
Thanks!