Commit 934af898 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: styling

parent 476e8f00
...@@ -78,12 +78,12 @@ ...@@ -78,12 +78,12 @@
? 'text-white bg-yellow-600' ? 'text-white bg-yellow-600'
: section === 'removed' : section === 'removed'
? 'text-white bg-red-600' ? 'text-white bg-red-600'
: ''} w-fit px-3 rounded-full my-2" : ''} w-fit px-3 rounded-full my-2.5"
> >
{section} {section}
</div> </div>
<div class="my-1.5 px-1.5"> <div class="my-2.5 px-1.5">
{#each Object.keys(changelog[version][section]) as item} {#each Object.keys(changelog[version][section]) as item}
<div class="text-sm mb-2"> <div class="text-sm mb-2">
<div class="font-semibold uppercase"> <div class="font-semibold uppercase">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment