Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

273
Views
How to style the li tag bullets (make them smaller) in with TailwindCSS,

list of items with list bullets to large

Really easy problem, but I still have been searching for a long time to find a solution, I need to style the list bullets to be smaller, and in Tailwind. thanks in advance ๐Ÿ˜Š

about 4 years ago ยท Juan Pablo Isaza
2 answers
Answer question

0

You can use the following snippet . However you can use the font that you've used in the shared screenshot.

<script src="https://cdn.tailwindcss.com"></script>
<div>
    <h3 class="text-blue-400 font-bold">Key Discussion points</h3>
<ul class="list-outside list-disc ml-6 text-indigo-900 font-medium">
    <li> Lorem ipsum dolor sit amet, consectetur adipiscing elit</li>
    <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean sollicitudin convallis viverra.</li>
    <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean sollicitudin convallis viverra.</li>
    <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean sollicitudin convallis viverra.</li>
<ul>
</div>

about 4 years ago ยท Juan Pablo Isaza Report

0

Try this:

li::marker {
  font-size: 16px;
}

Reference

https://developer.mozilla.org/en-US/docs/Web/CSS/::marker

about 4 years ago ยท Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
ยฉ 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!