Skip to content

Commit a4a5f2b

Browse files
committed
fix(blog): line height of blog list page
1 parent 0132e0b commit a4a5f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/aurelia-theme/layouts/blog/list.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<!-- Header Content -->
1111
<div class="relative z-10 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
12-
<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">
12+
<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">
1313
The Aurelia Blog
1414
</h1>
1515
<p class="text-xl text-gray-600 max-w-2xl mx-auto mb-8">

0 commit comments

Comments
 (0)