commit
29bd0260b9
|
@ -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) {
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue