4,090
edits
No edit summary |
No edit summary |
||
Line 146: | Line 146: | ||
border: 1px solid #6200ee; | border: 1px solid #6200ee; | ||
} | } | ||
.view-button | .view-button { | ||
display: flex; /* Enables Flexbox | display: flex; /* Enables Flexbox */ | ||
align-items: center; /* Vertically centers the flex items */ | |||
justify-content: center; /* Horizontally centers the flex items, if needed */ | |||
flex-direction: column; /* Stacks items vertically */ | |||
} | } |