Skip to content

Commit

Permalink
tweak spacing of blog posts
Browse files Browse the repository at this point in the history
  • Loading branch information
hazelweakly committed Sep 17, 2024
1 parent 4671014 commit abf3f95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ eleventyImport:
<time class="italic" datetime="{{ post.date.toISOString() }}">{{ post.date | postDate }}</time> {.bordered-box}

{%- endfor %}
{.flow .flow-4}
{.flow .flow-5}
2 changes: 1 addition & 1 deletion src/pages/styleguide.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h3>Body</h3>
</p>
<h2>Text sizes</h2>
<!-- tricking tailwind into generating classes -->
<!-- w-full text-0 text-1 text-2 text-3 text-4 text-5 text-6 text-7 text-8 text-px text-DEFAULT text-0-5 -->
<!-- w-full text-0 text-1 text-2 text-3 text-4 text-5 text-6 text-7 text-8 text-px text-DEFAULT text-0-5 flow-5 -->
{% for size in styleguide.sizes() %}
<p class="text-{{ size.key }}" style="--flow-space: 1.5rem">
{{ size.value }} - <code>text-{{ size.key }}</code>
Expand Down

0 comments on commit abf3f95

Please sign in to comment.