From ef666fba44554f175f67d9fb48f3f5388c958242 Mon Sep 17 00:00:00 2001 From: Jeremy Nusser Date: Thu, 3 Nov 2022 14:20:25 -0500 Subject: [PATCH 1/2] Updated readme. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index ec6deb5..381de01 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,6 @@

-![build](https://github.com/buttons/github-buttons/workflows/build/badge.svg) -[![npm](https://img.shields.io/npm/v/github-buttons)](https://www.npmjs.com/github-buttons) -[![Build Status](https://img.shields.io/github/workflow/status/mdo/github-buttons/CI/master?label=CI&logo=github)](https://github.com/mdo/github-buttons/actions?query=workflow%3ACI+branch%3Amaster) - **Install to VS Code with:** `git clone git@github.com:nusserstudios/hugo-twcss-alpine.git your-name` From efd1b505475e4224f7a708361cad160c9eef1a05 Mon Sep 17 00:00:00 2001 From: Jeremy Nusser Date: Thu, 3 Nov 2022 14:40:08 -0500 Subject: [PATCH 2/2] Updated hero whats new. --- assets/css/style.css | 38 +++++++-- layouts/index.html | 7 +- package.json | 2 +- ...s_ad9a12809e06de71aca16e9138fbecf4.content | 82 +++++++++---------- 4 files changed, 76 insertions(+), 53 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 7774cd8..9f088db 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -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%; } @@ -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)); @@ -3772,6 +3776,10 @@ EmojiSymbols; display: flex; } + .sm\:inline-flex { + display: inline-flex; + } + .sm\:h-2\/3 { height: 66.666667%; } @@ -3852,6 +3860,12 @@ EmojiSymbols; } @media (min-width: 768px) { + @media (min-width: 640px) { + .md\:sm\:inline-flex { + display: inline-flex; + } + } + .md\:sticky { position: sticky; } @@ -3892,6 +3906,10 @@ EmojiSymbols; display: flex; } + .md\:inline-flex { + display: inline-flex; + } + .md\:hidden { display: none; } @@ -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; } diff --git a/layouts/index.html b/layouts/index.html index df18a94..b093a4f 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -11,12 +11,13 @@ Super Fast, and Flexible - + class="block py-4 mx-auto space-x-4 sm:inline-flex md:inline-flex sm:text-center sm:block"> + What's new + class="inline-flex items-center mb-2 space-x-1 text-sm font-medium text-gray-800 dark:text-white md:min-w-fit"> Just shipped version 0.1.0