4,554
edits
No edit summary |
No edit summary |
||
Line 288: | Line 288: | ||
align-items: center; /* Align items vertically in the center */ | align-items: center; /* Align items vertically in the center */ | ||
justify-content: center; /* Center the content horizontally */ | justify-content: center; /* Center the content horizontally */ | ||
width: | width: 20px; /* Adjust the width as needed */ | ||
height: | height: 20px; /* Adjust the height as needed */ | ||
} | } | ||