Skip to content

Commit

Permalink
fix(blog): line height of blog list page
Browse files Browse the repository at this point in the history
  • Loading branch information
Vheissu committed Dec 22, 2024
1 parent 0132e0b commit a4a5f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/aurelia-theme/layouts/blog/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<!-- Header Content -->
<div class="relative z-10 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h1 class="text-4xl md:text-5xl font-bold mb-4 bg-gradient-to-r from-aurelia to-aurelia-light bg-clip-text text-transparent">
<h1 class="text-4xl md:text-5xl font-bold mb-4 bg-gradient-to-r from-aurelia to-aurelia-light bg-clip-text text-transparent leading-normal">
The Aurelia Blog
</h1>
<p class="text-xl text-gray-600 max-w-2xl mx-auto mb-8">
Expand Down

0 comments on commit a4a5f2b

Please sign in to comment.