chore: more style cleanup

This commit is contained in:
Cory Dransfeldt 2023-08-06 16:55:54 -07:00
parent 88b7da8577
commit 2d169c9b18
No known key found for this signature in database
36 changed files with 60 additions and 60 deletions

View file

@ -52,7 +52,7 @@ And rendered using a liquid template:
```liquid
{% assign posts = posts | getPopularPosts: analytics %}
<div class="not-prose">
<h2 class="m-0 text-xl flex flex-row items-center font-black leading-tight tracking-normal dark:text-gray-200 md:text-2xl mt-8 mb-4 icon--h-28">
<h2 class="m-0 text-xl flex flex-row items-center font-black leading-tight tracking-normal dark:text-gray-200 md:text-2xl mt-8 mb-4 icon--28">
{% tablericon "fire" "Popular" %}
<div class="ml-1">Popular posts</div>
</h2>