Merge pull request #13 from nusserstudios/dev

Dev
This commit is contained in:
Nusser Studios 2022-10-29 08:16:13 -05:00 committed by GitHub
commit 29bd0260b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 10 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

@ -31,7 +31,7 @@
"tailwindcss"
],
"author": "NusserStudios",
"license": "GPL-3.0-or-later",
"license": "MIT",
"bugs": {
"url": "https://github.com/nusserstudios/hugo-twcss-alpine/issues"
},

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) {