add no-wrap to labels
This commit is contained in:
parent
3e80c57c12
commit
92b69e9a7d
14
index.html
14
index.html
@ -44,9 +44,9 @@
|
||||
<span class="rounded px-2 py-1 bg-primary text-white">Crystal</span>
|
||||
<span class="rounded px-2 py-1 bg-primary text-white">JavaScript</span>
|
||||
<span class="rounded px-2 py-1 bg-primary text-white">PHP</span>
|
||||
<span class="rounded px-2 py-1 bg-primary text-white">Bootstrap 5</span>
|
||||
<span class="rounded px-2 py-1 bg-primary text-white">CSS 3</span>
|
||||
<span class="rounded px-2 py-1 bg-primary text-white">HTML 5</span>
|
||||
<span class="rounded px-2 py-1 bg-primary text-white text-nowrap">Bootstrap 5</span>
|
||||
<span class="rounded px-2 py-1 bg-primary text-white text-nowrap">CSS 3</span>
|
||||
<span class="rounded px-2 py-1 bg-primary text-white text-nowrap">HTML 5</span>
|
||||
</div>
|
||||
|
||||
<p class="fw-bold mb-1">📢 Services</p>
|
||||
@ -57,10 +57,10 @@
|
||||
|
||||
<p class="fw-bold mb-1">🧰 Tools</p>
|
||||
<div class="lh-lg mb-3">
|
||||
<span class="rounded px-2 py-1 bg-primary text-white">Arch Linux</span>
|
||||
<span class="rounded px-2 py-1 bg-primary text-white">Windows 11</span>
|
||||
<span class="rounded px-2 py-1 bg-primary text-white">Sublime Text 4</span>
|
||||
<span class="rounded px-2 py-1 bg-primary text-white">Windows Terminal</span>
|
||||
<span class="rounded px-2 py-1 bg-primary text-white text-nowrap">Arch Linux</span>
|
||||
<span class="rounded px-2 py-1 bg-primary text-white text-nowrap">Windows 11</span>
|
||||
<span class="rounded px-2 py-1 bg-primary text-white text-nowrap">Sublime Text 4</span>
|
||||
<span class="rounded px-2 py-1 bg-primary text-white text-nowrap">Windows Terminal</span>
|
||||
<span class="rounded px-2 py-1 bg-primary text-white">EditorConfig</span>
|
||||
<span class="rounded px-2 py-1 bg-primary text-white">Git</span>
|
||||
<span class="rounded px-2 py-1 bg-primary text-white">Gitea</span>
|
||||
|
Reference in New Issue
Block a user