tracking-tight
Usage
<div class="tracking-tight">
<!-- Your content here -->
</div>
Examples
Here are some examples of how to use the tracking-tight
class:
<!-- Basic usage -->
<div class="tracking-tight">
Content
</div>
<!-- With other classes -->
<div class="tracking-tight p-4 bg-white">
Content with padding and background
</div>