mirror of
https://github.com/ivabus/www
synced 2024-11-26 08:35:05 +03:00
right-align detail button with right edge of pakacge image
This commit is contained in:
parent
60c0fcc784
commit
7bd6749467
1 changed files with 7 additions and 0 deletions
|
@ -38,6 +38,12 @@ div.card.card-thumbnail{
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.detail-btn{
|
||||
position: relative;
|
||||
float:right!important;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 576px) {
|
||||
|
||||
.card-thumb-label i{
|
||||
|
@ -82,6 +88,7 @@ div.card.card-thumbnail{
|
|||
display: flex;
|
||||
border-radius: 0px !important;
|
||||
padding: 0vw;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.card-img-top{
|
||||
|
|
Loading…
Reference in a new issue