Skip to content

Commit

Permalink
chore: increase home heading text line height
Browse files Browse the repository at this point in the history
  • Loading branch information
imfing committed Sep 2, 2023
1 parent 5b71912 commit 8e8f7f2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions assets/css/compiled/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4090,9 +4090,6 @@ body {
.lg\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.lg\:leading-\[1\.1\] {
line-height: 1.1;
}
}

@media (min-width: 1280px) {
Expand Down
1 change: 0 additions & 1 deletion exampleSite/hugo_stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@
"left-[24px]",
"left-[36px]",
"lg:grid-cols-3",
"lg:leading-[1.1]",
"line-clamp-3",
"list-none",
"lntable",
Expand Down
2 changes: 1 addition & 1 deletion layouts/hextra-home.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{{- partial "utils/icon" (dict "name" "arrow-circle-right" "attributes" "height=14") -}}
</a>
<h1
class="text-4xl font-bold leading-tight tracking-tighter md:text-5xl lg:leading-[1.1] mt-6 bg-clip-text text-transparent bg-gradient-to-r from-gray-900 to-gray-600 dark:from-gray-100 dark:to-gray-400"
class="text-4xl font-bold leading-tight tracking-tighter md:text-5xl mt-6 bg-clip-text text-transparent bg-gradient-to-r from-gray-900 to-gray-600 dark:from-gray-100 dark:to-gray-400"
>
Build modern websites&nbsp;<br class="sm:block hidden" />
with Markdown and Hugo
Expand Down

0 comments on commit 8e8f7f2

Please sign in to comment.