From 326203f72d4b7dd20156ce6efc78cd49b39b91a9 Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Fri, 1 Nov 2024 14:55:33 +0800 Subject: [PATCH] re-add .prose max-width to fix docs and pages css --- MyApp/Pages/Page.cshtml | 1 + MyApp/Pages/Shared/DocsPage.cshtml | 1 + 2 files changed, 2 insertions(+) diff --git a/MyApp/Pages/Page.cshtml b/MyApp/Pages/Page.cshtml index aaaa102..8d532d1 100644 --- a/MyApp/Pages/Page.cshtml +++ b/MyApp/Pages/Page.cshtml @@ -33,6 +33,7 @@ } +

@doc.Title diff --git a/MyApp/Pages/Shared/DocsPage.cshtml b/MyApp/Pages/Shared/DocsPage.cshtml index be62c1c..5fef13c 100644 --- a/MyApp/Pages/Shared/DocsPage.cshtml +++ b/MyApp/Pages/Shared/DocsPage.cshtml @@ -37,6 +37,7 @@ + @{ if (docCss != null) {