diff --git a/assets/built/screen.css b/assets/built/screen.css index 4c330a9..0bcf3aa 100644 --- a/assets/built/screen.css +++ b/assets/built/screen.css @@ -48627,10 +48627,23 @@ a.no-underline:hover{ text-decoration: none; } -pre{ +/* pre{ + white-space: pre-wrap; + word-break: break-all; max-width: 100%; - --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} + +code{ + word-break: break-all; +} */ + +.kg-image-card{ + align-content: center; +} + +.kg-image { + margin-left: auto; + margin-right: auto; } .text-gradient { diff --git a/assets/css/screen.css b/assets/css/screen.css index 9307769..6565966 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -19,8 +19,22 @@ a.no-underline:hover{ text-decoration: none; } -pre{ - @apply shadow-inner max-w-full; +/* pre{ + white-space: pre-wrap; + word-break: break-all; + max-width: 100%; +} + +code{ + word-break: break-all; +} */ + +.kg-image-card{ + @apply content-center; +} + +.kg-image { + @apply mx-auto; } .text-gradient { diff --git a/custom-tutorial-post.hbs b/custom-tutorial-post.hbs index 15585a8..7908b39 100644 --- a/custom-tutorial-post.hbs +++ b/custom-tutorial-post.hbs @@ -108,7 +108,7 @@ {{!-- Body --}} -
+
{{content}}
@@ -146,8 +146,6 @@ {{/post}} \ No newline at end of file diff --git a/default.hbs b/default.hbs index 332a29e..7d2ad50 100644 --- a/default.hbs +++ b/default.hbs @@ -15,12 +15,7 @@ - - {{!-- Simple little js lib --}} - - - @@ -42,6 +37,9 @@ {{/is}} + + {{!-- Simple little js lib --}} + {{ghost_foot}} diff --git a/partials/landing/connectorsPreview.hbs b/partials/landing/connectorsPreview.hbs index 14836ba..0bfcf73 100644 --- a/partials/landing/connectorsPreview.hbs +++ b/partials/landing/connectorsPreview.hbs @@ -42,9 +42,9 @@ {{!-- unccomment in stage 2 --}}
+ class="swiper-slide group p-2 rounded-xl text-center content-center flex flex-wrap justify-center h-auto transform opacity-90 hover:opacity-100 scale-75 hover:scale-90 transition bg-blue-500 text-white"> + class="flex flex-col text-center w-full text-xl items-center justify-center"> All
@@ -156,27 +156,29 @@
\ No newline at end of file