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:
parent
dafe504158
commit
a6c87f5260
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue