Revised description on collection header

This commit is contained in:
Fabiano 2018-08-06 15:29:25 -03:00
parent 79f374fcb8
commit 8d4268ac77
2 changed files with 12 additions and 15 deletions

View File

@ -83,20 +83,17 @@
bottom: 0.5rem;
}
}
}
.t-collection--info-description-text {
font: {
size: 12px;
weight: 400;
}
//margin-left: 0.766667% !important;
//padding: 0 21.6%;
//padding-right: 5%;
width: 100%;
word-wrap: break-word;
z-index: 1;
@media only screen and (max-width: 576px){
padding-left: 32.6%;
.t-collection--info-description-text {
font: {
size: 12px;
weight: 400;
}
@media only screen and (max-width: 576px){
font: {
size: 9px;
weight: 400;
}
}
}
}
}

View File

@ -24,7 +24,7 @@
</div>
<div class="col-4 col-md-3 px-0 t-collection--col-3"></div>
<div class="col-8 col-md-9 pl-0 t-collection--col-9">
<p class="text-white"><?php tainacan_the_collection_description(); ?></p>
<p class="text-white t-collection--info-description-text"><?php tainacan_the_collection_description(); ?></p>
</div>
</div>
</div>