It does not work even if I put the following class in order to change it to 90% of the size.
Is my usage wrong?
<p class="text-smaller small">abcd</p>
/* ----------------------------------------------------------------
Text Size Utility Classes
-----------------------------------------------------------------*/
.text-smaller {
font-size: 80% !important;
}
.text-larger {
font-size: 120% !important;
}
.text-smaller small {
font-size: 90% !important;
}