fix: make show details stick to the bottom of the xxsmall PostCard

This commit is contained in:
Hossein Mehrabi 2023-08-24 20:49:20 +03:30
parent c3db5e6873
commit 49df825cd4
No known key found for this signature in database
GPG Key ID: 45C04964191AFAA1
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ PostCard.styles = {
.post-card__show-details {
flex-grow: 1;
display: flex;
align-items: flex-end;
}
.post-card__show-details {