Adjusted label sizes for grid thumbnails

This commit is contained in:
Thomas Smith 2022-10-24 17:25:41 -04:00
parent 3c358ee6cb
commit 6755e5f00d
3 changed files with 8 additions and 8 deletions

View file

@ -32,7 +32,7 @@
</section> </section>
<section> <section>
<div class="container"> <div class="container" style="padding-top: 0px !important;">
<div class="row"> <div class="row">
<div class="col"> <div class="col">
<div id="adobe-dc-view" style="width: 100%;"></div> <div id="adobe-dc-view" style="width: 100%;"></div>

View file

@ -67,11 +67,11 @@ div.card.card-thumbnail{
position: absolute; position: absolute;
background: rgba(255,255,255,0.9); background: rgba(255,255,255,0.9);
left: 0; left: 0;
bottom: 1.116vw; bottom: 0vw;
padding: 1.116vw; padding: 1.116vw;
text-align: left; text-align: left;
width: 90%; width: 90%;
height: 60%; height: 40;
} }
.card-thumb-label h3 { .card-thumb-label h3 {
@ -138,11 +138,11 @@ div.card.card-thumbnail{
position: absolute; position: absolute;
background: rgba(255,255,255,0.9); background: rgba(255,255,255,0.9);
left: 0; left: 0;
bottom: 1.116vw; bottom: 0vw;
padding: 1.116vw; padding: 1.116vw;
text-align: left; text-align: left;
width: 90%; width: 90%;
height: 60%; height: 40%;
} }
.card-thumb-label h3 { .card-thumb-label h3 {
@ -209,11 +209,11 @@ div.card.card-thumbnail{
position: absolute; position: absolute;
background: rgba(255,255,255,0.9); background: rgba(255,255,255,0.9);
left: 0; left: 0;
bottom: 1.116vw; bottom: 0vw;
padding: 1.116vw; padding: 1.116vw;
text-align: left; text-align: left;
width: 90%; width: 90%;
height: 60%; height: 40%;
} }
.card-thumb-label h3 { .card-thumb-label h3 {

View file

@ -76,7 +76,7 @@
.container{ .container{
max-width: 1920px; max-width: 1920px;
padding: 5.5vw 3vw; padding: 5.5vw 7vw !important;
} }
} }