1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-30 20:47:46 +00:00

text: use span instead of div

This commit is contained in:
RGBCube 2025-06-02 00:31:03 +03:00
parent dafe504158
commit a6c87f5260
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -8,10 +8,10 @@ title: about:blog
<h1 class="flex" style="overflow-wrap:anywhere">
Blog Articles
<div class="whitespace-nowrap overflow-hidden">
<a class="text-sm font-[ecrou]" href="/blog.rss">rss</a>
<a class="text-sm font-[ecrou]" href="/blog.json">json</a>
</div>
<span class="whitespace-nowrap overflow-hidden text-sm font-[ecrou]">
<a href="/blog.rss">rss</a>
<a class="-ml-2" href="/blog.json">json</a>
</span>
</h1>
<p>Here is where I dump all my schizophenic and sometimes coherent ramblings. Take a look!</p>