Revised description on collection header
This commit is contained in:
parent
79f374fcb8
commit
8d4268ac77
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue