4,554
edits
No edit summary |
No edit summary |
||
Line 125: | Line 125: | ||
padding-top: 5px; | padding-top: 5px; | ||
display: flex; /* Use Flexbox */ | display: flex; /* Use Flexbox */ | ||
justify-content: space-between; | |||
align-items: center; /* Align items vertically in the center */ | align-items: center; /* Align items vertically in the center */ | ||
} | } |