right-align detail button with right edge of pakacge image

This commit is contained in:
Thomas Smith 2022-10-14 17:35:32 -04:00
parent 60c0fcc784
commit 7bd6749467

View file

@ -38,6 +38,12 @@ div.card.card-thumbnail{
position: relative; position: relative;
} }
.detail-btn{
position: relative;
float:right!important;
right: 0;
}
@media only screen and (min-width: 576px) { @media only screen and (min-width: 576px) {
.card-thumb-label i{ .card-thumb-label i{
@ -82,6 +88,7 @@ div.card.card-thumbnail{
display: flex; display: flex;
border-radius: 0px !important; border-radius: 0px !important;
padding: 0vw; padding: 0vw;
justify-content: space-between;
} }
.card-img-top{ .card-img-top{