Skip to content

Commit

Permalink
Fix large line height on mobile feature page
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjago committed Jul 23, 2024
1 parent 2dddbb5 commit 9a9b281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/features/single.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ define "main" }}
<section class="pt-40 pb-24 px-8 text-center max-w-6xl mx-auto">
<h1 class="text-4xl md:text-5xl !leading-[3.5rem] text-balance font-bold mb-8 text-transparent bg-clip-text bg-gradient-to-br from-[#9D6095] to-[#E8A04D]">{{ .Title }}</h1>
<h1 class="text-4xl md:text-5xl md:!leading-[3.5rem] text-balance font-bold mb-8 text-transparent bg-clip-text bg-gradient-to-br from-[#9D6095] to-[#E8A04D]">{{ .Title }}</h1>
<p class="text-2xl mb-12 max-w-4xl font-medium mx-auto">{{ .Params.Subtitle }}</p>
<img
src="{{ .Params.ImageURL }}"
Expand Down

0 comments on commit 9a9b281

Please sign in to comment.