Fixed subhead on hero.

This commit is contained in:
Jeremy Nusser 2022-10-29 08:15:25 -05:00
parent 6f5d6e6a98
commit 45f84f1634
3 changed files with 21 additions and 9 deletions

View File

@ -3033,6 +3033,11 @@ video {
padding-bottom: 3rem;
}
.py-1\.5 {
padding-top: 0.375rem;
padding-bottom: 0.375rem;
}
.pt-8 {
padding-top: 2rem;
}
@ -3261,10 +3266,6 @@ video {
--tw-text-opacity: 0.4;
}
.underline {
text-decoration-line: underline;
}
.placeholder-gray-500::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgb(107 114 128 / var(--tw-placeholder-opacity));
@ -4246,6 +4247,11 @@ EmojiSymbols;
font-size: 1.125rem;
line-height: 1.75rem;
}
.md\:text-5xl {
font-size: 3rem;
line-height: 1;
}
}
@media (min-width: 1024px) {

View File

@ -9,7 +9,7 @@
class="mt-2 text-6xl font-black tracking-tight text-white md:text-6xl xl:text-8xl drop-shadow-lg">
<span class="text-white xl:block">TailBliss</span>
</h1>
<h2 class="py-6 text-5xl font-light text-gray-900 sm:text-3xl">
<h2 class="py-1.5 text-4xl font-light text-gray-900 md:text-5xl">
Super Fast, and Flexible
</h2>
</div>

View File

@ -3033,6 +3033,11 @@ video {
padding-bottom: 3rem;
}
.py-1\.5 {
padding-top: 0.375rem;
padding-bottom: 0.375rem;
}
.pt-8 {
padding-top: 2rem;
}
@ -3261,10 +3266,6 @@ video {
--tw-text-opacity: 0.4;
}
.underline {
text-decoration-line: underline;
}
.placeholder-gray-500::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgb(107 114 128 / var(--tw-placeholder-opacity));
@ -4246,6 +4247,11 @@ EmojiSymbols;
font-size: 1.125rem;
line-height: 1.75rem;
}
.md\:text-5xl {
font-size: 3rem;
line-height: 1;
}
}
@media (min-width: 1024px) {