mirror of
https://github.com/ivabus/www
synced 2024-11-10 14:15:15 +03:00
Adjusted label sizes for grid thumbnails
This commit is contained in:
parent
3c358ee6cb
commit
6755e5f00d
|
@ -32,7 +32,7 @@
|
|||
</section>
|
||||
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="container" style="padding-top: 0px !important;">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<div id="adobe-dc-view" style="width: 100%;"></div>
|
||||
|
|
|
@ -67,11 +67,11 @@ div.card.card-thumbnail{
|
|||
position: absolute;
|
||||
background: rgba(255,255,255,0.9);
|
||||
left: 0;
|
||||
bottom: 1.116vw;
|
||||
bottom: 0vw;
|
||||
padding: 1.116vw;
|
||||
text-align: left;
|
||||
width: 90%;
|
||||
height: 60%;
|
||||
height: 40;
|
||||
}
|
||||
|
||||
.card-thumb-label h3 {
|
||||
|
@ -138,11 +138,11 @@ div.card.card-thumbnail{
|
|||
position: absolute;
|
||||
background: rgba(255,255,255,0.9);
|
||||
left: 0;
|
||||
bottom: 1.116vw;
|
||||
bottom: 0vw;
|
||||
padding: 1.116vw;
|
||||
text-align: left;
|
||||
width: 90%;
|
||||
height: 60%;
|
||||
height: 40%;
|
||||
}
|
||||
|
||||
.card-thumb-label h3 {
|
||||
|
@ -209,11 +209,11 @@ div.card.card-thumbnail{
|
|||
position: absolute;
|
||||
background: rgba(255,255,255,0.9);
|
||||
left: 0;
|
||||
bottom: 1.116vw;
|
||||
bottom: 0vw;
|
||||
padding: 1.116vw;
|
||||
text-align: left;
|
||||
width: 90%;
|
||||
height: 60%;
|
||||
height: 40%;
|
||||
}
|
||||
|
||||
.card-thumb-label h3 {
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
|
||||
.container{
|
||||
max-width: 1920px;
|
||||
padding: 5.5vw 3vw;
|
||||
padding: 5.5vw 7vw !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue