Working on package thumbnail mobile design

This commit is contained in:
Thomas Smith 2022-09-26 11:22:21 -04:00
parent 754d6fea70
commit ae896c2d2e

View file

@ -7,6 +7,9 @@
</div>
<style>
@media only screen and (min-width: 576px) {
.card-thumbnail{
background: none;
border-radius: 0px !important;
@ -30,4 +33,34 @@
position: relative;
top:0.502vw;
}
}
@media only screen and (max-width: 576px) {
.card-thumbnail{
background: none;
border-radius: 0px !important;
border: none;
}
.thumbnail-body{
border-radius: 0px !important;
padding: 0vw;
}
.card-img-top{
border-radius: 0px;
margin-bottom: 1.674vw;
}
.card-text{
font-size: 0.781vw;
float:left;
position: relative;
top:0.502vw;
}
}
</style>