https://i.sstatic.net/gKdAN.png
I attempted to decrease the form width by applying padding on both sides of the form using 'px-5'. However, when I implemented this change, the column holding the '#lastName' input shifted to a new line. Is there a technique that allows me to reduce the form width while keeping the two columns (with inputs identified as #firstName and #lastName) aligned within the form width without moving to a new line?