mirror of
https://github.com/RGBCube/Site
synced 2025-07-31 13:07: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">
|
<h1 class="flex" style="overflow-wrap:anywhere">
|
||||||
Blog Articles
|
Blog Articles
|
||||||
|
|
||||||
<div class="whitespace-nowrap overflow-hidden">
|
<span class="whitespace-nowrap overflow-hidden text-sm font-[ecrou]">
|
||||||
<a class="text-sm font-[ecrou]" href="/blog.rss">rss</a>
|
<a href="/blog.rss">rss</a>
|
||||||
<a class="text-sm font-[ecrou]" href="/blog.json">json</a>
|
<a class="-ml-2" href="/blog.json">json</a>
|
||||||
</div>
|
</span>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<p>Here is where I dump all my schizophenic and sometimes coherent ramblings. Take a look!</p>
|
<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