Update link font weight

This commit is contained in:
Cagatay Civici 2023-11-20 21:03:29 +03:00
parent 10f8f6870d
commit 0bb69e42e7
9 changed files with 18 additions and 18 deletions

View file

@ -9,7 +9,7 @@
<div class="doc-main">
<div class="doc-intro">
<h1>Bootstrap</h1>
<p><a href="https://getbootstrap.com" class="font-semibold hover:underline text-primary">Bootstrap</a> is a well-known CSS library to build responsive and mobile first web projects.</p>
<p><a href="https://getbootstrap.com" class="font-medium hover:underline text-primary">Bootstrap</a> is a well-known CSS library to build responsive and mobile first web projects.</p>
</div>
<DocSections :docs="docs" />
</div>