mirror of
https://github.com/ivabus/www
synced 2024-11-10 17:45:15 +03:00
Working on package thumbnail mobile design
This commit is contained in:
parent
754d6fea70
commit
ae896c2d2e
|
@ -7,6 +7,9 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
|
@media only screen and (min-width: 576px) {
|
||||||
|
|
||||||
.card-thumbnail{
|
.card-thumbnail{
|
||||||
background: none;
|
background: none;
|
||||||
border-radius: 0px !important;
|
border-radius: 0px !important;
|
||||||
|
@ -30,4 +33,34 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
top:0.502vw;
|
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>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue