#reservations { background-color: #333; display: flex; flex-direction: row; } #reservations li { float: left; color: #FFF; padding: 20px 16px; font-size: 24px; } #reservations input { height: 30px; vertical-align: text-bottom; margin-left: 6px; }