forked from drowl87/hextra_mirror
chore: increase home heading text line height
This commit is contained in:
parent
5b71912ab2
commit
8e8f7f23c9
@ -4090,9 +4090,6 @@ body {
|
|||||||
.lg\:grid-cols-3 {
|
.lg\:grid-cols-3 {
|
||||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||||
}
|
}
|
||||||
.lg\:leading-\[1\.1\] {
|
|
||||||
line-height: 1.1;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1280px) {
|
@media (min-width: 1280px) {
|
||||||
|
@ -312,7 +312,6 @@
|
|||||||
"left-[24px]",
|
"left-[24px]",
|
||||||
"left-[36px]",
|
"left-[36px]",
|
||||||
"lg:grid-cols-3",
|
"lg:grid-cols-3",
|
||||||
"lg:leading-[1.1]",
|
|
||||||
"line-clamp-3",
|
"line-clamp-3",
|
||||||
"list-none",
|
"list-none",
|
||||||
"lntable",
|
"lntable",
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
{{- partial "utils/icon" (dict "name" "arrow-circle-right" "attributes" "height=14") -}}
|
{{- partial "utils/icon" (dict "name" "arrow-circle-right" "attributes" "height=14") -}}
|
||||||
</a>
|
</a>
|
||||||
<h1
|
<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 <br class="sm:block hidden" />
|
Build modern websites <br class="sm:block hidden" />
|
||||||
with Markdown and Hugo
|
with Markdown and Hugo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user