Skip to content

Commit

Permalink
Updated hero whats new.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Nusser committed Nov 3, 2022
1 parent ef666fb commit efd1b50
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 53 deletions.
38 changes: 33 additions & 5 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2608,6 +2608,15 @@ video {
max-width: none;
}

.max-w-sm {
max-width: 24rem;
}

.max-w-fit {
max-width: -moz-fit-content;
max-width: fit-content;
}

.flex-1 {
flex: 1 1 0%;
}
Expand Down Expand Up @@ -3644,11 +3653,6 @@ EmojiSymbols;
color: rgb(165 180 252 / var(--tw-text-opacity));
}

.dark .dark\:text-gray-100 {
--tw-text-opacity: 1;
color: rgb(243 244 246 / var(--tw-text-opacity));
}

.dark .dark\:text-zinc-200 {
--tw-text-opacity: 1;
color: rgb(228 228 231 / var(--tw-text-opacity));
Expand Down Expand Up @@ -3772,6 +3776,10 @@ EmojiSymbols;
display: flex;
}

.sm\:inline-flex {
display: inline-flex;
}

.sm\:h-2\/3 {
height: 66.666667%;
}
Expand Down Expand Up @@ -3852,6 +3860,12 @@ EmojiSymbols;
}

@media (min-width: 768px) {
@media (min-width: 640px) {
.md\:sm\:inline-flex {
display: inline-flex;
}
}

.md\:sticky {
position: sticky;
}
Expand Down Expand Up @@ -3892,6 +3906,10 @@ EmojiSymbols;
display: flex;
}

.md\:inline-flex {
display: inline-flex;
}

.md\:hidden {
display: none;
}
Expand All @@ -3916,6 +3934,16 @@ EmojiSymbols;
width: 1.5rem;
}

.md\:min-w-min {
min-width: -moz-min-content;
min-width: min-content;
}

.md\:min-w-fit {
min-width: -moz-fit-content;
min-width: fit-content;
}

.md\:max-w-3xl {
max-width: 48rem;
}
Expand Down
7 changes: 4 additions & 3 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ <h2 class="pb-2 text-3xl font-light text-gray-800 dark:text-gray-300 md:text-4xl
Super Fast, and Flexible
</h2>
<a href="https://github.com/nusserstudios/tailbliss"
class="inline-flex py-4 mx-auto space-x-4 sm:text-center">
<span class="rounded bg-gray-50 px-2.5 py-1 text-sm font-bold text-gray-900">
class="block py-4 mx-auto space-x-4 sm:inline-flex md:inline-flex sm:text-center sm:block">
<span
class="rounded bg-gray-50 px-2.5 py-1 text-sm font-bold text-gray-900 block max-w-fit mx-auto md:min-w-fit mb-2">
What's new
</span>
<span
class="inline-flex items-center space-x-1 text-sm font-medium text-gray-800 dark:text-white">
class="inline-flex items-center mb-2 space-x-1 text-sm font-medium text-gray-800 dark:text-white md:min-w-fit">
<span>Just shipped version 0.1.0</span>
<!-- Heroicon name: mini/chevron-right -->
<svg class="w-5 h-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TailBliss",
"version": "0.1.0",
"version": "0.1.1",
"description": "Hugo + Alpine.js + TailwindCSS",
"main": "index.js",
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2608,6 +2608,15 @@ video {
max-width: none;
}

.max-w-sm {
max-width: 24rem;
}

.max-w-fit {
max-width: -moz-fit-content;
max-width: fit-content;
}

.flex-1 {
flex: 1 1 0%;
}
Expand Down Expand Up @@ -2873,11 +2882,6 @@ video {
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gray-500 {
--tw-bg-opacity: 1;
background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-gradient-to-t {
background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
Expand Down Expand Up @@ -3601,15 +3605,6 @@ EmojiSymbols;
background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.dark .dark\:bg-gray-900\/40 {
background-color: rgb(17 24 39 / 0.4);
}

.dark .dark\:bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.dark .dark\:prose-invert {
--tw-prose-body: var(--tw-prose-invert-body);
--tw-prose-headings: var(--tw-prose-invert-headings);
Expand Down Expand Up @@ -3653,6 +3648,11 @@ EmojiSymbols;
color: rgb(17 24 39 / 0.6);
}

.dark .dark\:text-indigo-300 {
--tw-text-opacity: 1;
color: rgb(165 180 252 / var(--tw-text-opacity));
}

.dark .dark\:text-zinc-200 {
--tw-text-opacity: 1;
color: rgb(228 228 231 / var(--tw-text-opacity));
Expand All @@ -3668,36 +3668,6 @@ EmojiSymbols;
color: rgb(129 140 248 / var(--tw-text-opacity));
}

.dark .dark\:text-gray-100 {
--tw-text-opacity: 1;
color: rgb(243 244 246 / var(--tw-text-opacity));
}

.dark .dark\:text-zinc-50 {
--tw-text-opacity: 1;
color: rgb(250 250 250 / var(--tw-text-opacity));
}

.dark .dark\:text-zinc-100 {
--tw-text-opacity: 1;
color: rgb(244 244 245 / var(--tw-text-opacity));
}

.dark .dark\:text-indigo-500 {
--tw-text-opacity: 1;
color: rgb(99 102 241 / var(--tw-text-opacity));
}

.dark .dark\:text-indigo-200 {
--tw-text-opacity: 1;
color: rgb(199 210 254 / var(--tw-text-opacity));
}

.dark .dark\:text-indigo-300 {
--tw-text-opacity: 1;
color: rgb(165 180 252 / var(--tw-text-opacity));
}

.dark .dark\:placeholder-gray-400::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgb(156 163 175 / var(--tw-placeholder-opacity));
Expand Down Expand Up @@ -3806,6 +3776,10 @@ EmojiSymbols;
display: flex;
}

.sm\:inline-flex {
display: inline-flex;
}

.sm\:h-2\/3 {
height: 66.666667%;
}
Expand Down Expand Up @@ -3886,6 +3860,12 @@ EmojiSymbols;
}

@media (min-width: 768px) {
@media (min-width: 640px) {
.md\:sm\:inline-flex {
display: inline-flex;
}
}

.md\:sticky {
position: sticky;
}
Expand Down Expand Up @@ -3926,6 +3906,10 @@ EmojiSymbols;
display: flex;
}

.md\:inline-flex {
display: inline-flex;
}

.md\:hidden {
display: none;
}
Expand All @@ -3950,6 +3934,16 @@ EmojiSymbols;
width: 1.5rem;
}

.md\:min-w-min {
min-width: -moz-min-content;
min-width: min-content;
}

.md\:min-w-fit {
min-width: -moz-fit-content;
min-width: fit-content;
}

.md\:max-w-3xl {
max-width: 48rem;
}
Expand Down

0 comments on commit efd1b50

Please sign in to comment.