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 --}} -