diff options
Diffstat (limited to 'src/pages/subnet-guide.astro')
| -rw-r--r-- | src/pages/subnet-guide.astro | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/pages/subnet-guide.astro b/src/pages/subnet-guide.astro index 5f0c42c..9a4a949 100644 --- a/src/pages/subnet-guide.astro +++ b/src/pages/subnet-guide.astro @@ -1,7 +1,6 @@ --- import Layout from "../layouts/Layout.astro"; import Cidr from "../components/Cidr"; -import Prose from "../components/Prose.astro"; const title = "Subnet Guide — IP Ranges and Masks"; const description = @@ -29,7 +28,7 @@ import { Content as GuideContent } from "../content/cidr-guide.md"; <Cidr client:load /> </section> - <Prose> + <article class="prose prose-lg mx-auto"> <GuideContent /> - </Prose> + </article> </Layout> |
