From 45f84f1634bee17a591eb5c42123a953a0950e7c Mon Sep 17 00:00:00 2001 From: Jeremy Nusser Date: Sat, 29 Oct 2022 08:15:25 -0500 Subject: [PATCH] Fixed subhead on hero. --- assets/css/style.css | 14 ++++++++++---- layouts/index.html | 2 +- ...le.css_ad9a12809e06de71aca16e9138fbecf4.content | 14 ++++++++++---- 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index b222aa1..e47338e 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -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) { diff --git a/layouts/index.html b/layouts/index.html index e5870bc..aa414d9 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -9,7 +9,7 @@ class="mt-2 text-6xl font-black tracking-tight text-white md:text-6xl xl:text-8xl drop-shadow-lg"> TailBliss -

+

Super Fast, and Flexible

diff --git a/resources/_gen/assets/css/css/style.css_ad9a12809e06de71aca16e9138fbecf4.content b/resources/_gen/assets/css/css/style.css_ad9a12809e06de71aca16e9138fbecf4.content index b222aa1..e47338e 100644 --- a/resources/_gen/assets/css/css/style.css_ad9a12809e06de71aca16e9138fbecf4.content +++ b/resources/_gen/assets/css/css/style.css_ad9a12809e06de71aca16e9138fbecf4.content @@ -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) {