diff --git a/export/content/collections/dok_3x/installation.md b/export/content/collections/dok_3x/installation.md index fa674e6d..3bb74d6e 100644 --- a/export/content/collections/dok_3x/installation.md +++ b/export/content/collections/dok_3x/installation.md @@ -13,24 +13,22 @@ Learn how to install Dok via the CLI or by installing into an existing site. --- -**Installing Dok** +**Installing Dok using the CLI** -:::codegroup -{title="New site (Recommended)"} -``` +```shell statamic new mysite fawnsoftware/dok ``` -{title="Existing site"} -``` -php please starter-kit:install fawnsoftware/dok -``` -:::/codegroup - :::important Requires the [Statamic CLI tool](https://github.com/statamic/cli) if you're installing a new site via the `statamic` command. ::: +**Installing Dok into an existing site** + +```shell +php please starter-kit:install fawnsoftware/dok +``` + **After Installation** Run the initial build process. Installing the package dependencies and building the control panel assets. diff --git a/export/resources/css/base/prose/prose-code.css b/export/resources/css/base/prose/prose-code.css index 08c241f2..2b8f3ab2 100644 --- a/export/resources/css/base/prose/prose-code.css +++ b/export/resources/css/base/prose/prose-code.css @@ -11,17 +11,21 @@ margin-bottom: --spacing(6); border-radius: var(--radius-box); box-shadow: none; - padding: --spacing(8); + padding: --spacing(4); tab-size: 4; scrollbar-width: thin; scrollbar-color: --alpha(var(--prose-pre-color) / 15%) transparent; + + @media (min-width: theme(--breakpoint-lg)) { + padding: --spacing(8); + } } @variant prose-code { color: var(--prose-code-color); font-size: 0.8888889em; font-weight: inherit; - border-radius: 0.375rem; + border-radius: var(--radius-notch); background-color: var(--prose-code-background); padding: 0.2em 0.4em; box-shadow: 0 0 0 1px --alpha(var(--prose-code-color) / 15%); diff --git a/export/resources/css/components/codegroup.css b/export/resources/css/components/codegroup.css index 2725fdcc..1fef62a2 100644 --- a/export/resources/css/components/codegroup.css +++ b/export/resources/css/components/codegroup.css @@ -21,6 +21,7 @@ display: flex; align-items: center; justify-content: space-between; + height: --spacing(10); padding: --spacing(0) --spacing(4) --spacing(1) --spacing(4); font-size: 0.8rem; font-weight: var(--font-weight-bold); diff --git a/export/resources/views/layout/footer.antlers.html b/export/resources/views/layout/footer.antlers.html index 22bb7eae..c0052445 100644 --- a/export/resources/views/layout/footer.antlers.html +++ b/export/resources/views/layout/footer.antlers.html @@ -3,7 +3,7 @@
© 2025 FawnSoftware. All rights reserved.
+© 2025 FawnSoftware. All rights reserved.
This page showcases the built in form styles.
-This page showcases the built in form styles.
+