4,090
edits
No edit summary |
No edit summary |
||
Line 144: | Line 144: | ||
transition: box-shadow 280ms cubic-bezier(0.4,0,0.2,1); | transition: box-shadow 280ms cubic-bezier(0.4,0,0.2,1); | ||
border: 1px solid #6200ee; | border: 1px solid #6200ee; | ||
} | |||
.view-button p { | |||
display: flex; /* Enables Flexbox for the <p> tag */ | |||
justify-content: center; /* Centers content horizontally */ | |||
align-items: center; /* Centers content vertically */ | |||
height: 100%; /* Ensures the <p> tag takes full height of its container */ | |||
padding-top: 3px; | |||
} | } |