mirror of
https://github.com/ivabus/www
synced 2024-11-23 04:35:06 +03:00
Reassigned classes to grid thumbnail... was interfering with footer
This commit is contained in:
parent
ffa79ddb9c
commit
3f36eae2b5
1 changed files with 4 additions and 4 deletions
|
@ -1,20 +1,20 @@
|
||||||
<div class="card" style="width: 100%">
|
<div class="card card-thumbnail" style="width: 100%">
|
||||||
<img src="/Images/package-thumb-1.jpg" class="card-img-top" alt="..." style="width:100%; height:100%;">
|
<img src="/Images/package-thumb-1.jpg" class="card-img-top" alt="..." style="width:100%; height:100%;">
|
||||||
<div class="card-body">
|
<div class="card-body thumbnail-body">
|
||||||
<p class="card-text">V2.35 >45 installs</p>
|
<p class="card-text">V2.35 >45 installs</p>
|
||||||
{{- partial "detail-btn.html" . -}}
|
{{- partial "detail-btn.html" . -}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.card{
|
.card-thumbnail{
|
||||||
background: none;
|
background: none;
|
||||||
border-radius: 0px !important;
|
border-radius: 0px !important;
|
||||||
border: 1px solid #949494;
|
border: 1px solid #949494;
|
||||||
padding: 1.674vw;
|
padding: 1.674vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-body{
|
.thumbnail-body{
|
||||||
border-radius: 0px !important;
|
border-radius: 0px !important;
|
||||||
padding: 0vw;
|
padding: 0vw;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue