#inventoryStrand{ display: flex; flex-direction: column; align-items: center; } #inventoryStrand h1{ font-size: 40px; margin: 40px; } #inventoryStrand span{ color: rgb(255, 99, 107); } .options{ display: flex; justify-content: space-between; align-items: center; } .options > *{ margin: 10px; } #filter{ max-height: 32px; } #addIngredientStrand{ display: none; justify-content: space-around; } #addIngredientStrand form{ display: flex; flex-direction: column; border: 2px solid rgb(255, 99, 107); padding: 25px; border-radius: 10px; } #addIngredientStrand form > *{ margin: 5px; } #enterTransactionsStrand{ display: none; flex-direction: column; align-items: center; } @media screen and (max-width: 600px){ #inventoryStrand h1{ font-size: 20px; text-align: center; margin: 5px; } .options{ flex-direction: column; } .options > *{ margin: 5px; } #inventoryStrand .button-small{ font-size: 12px; } #inventoryStrand td, #inventoryStrand th{ padding: 3px; font-size: 12px; } }