Skip to content

Commit

Permalink
re-add .prose max-width to fix docs and pages css
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 1, 2024
1 parent 0cc4812 commit 326203f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MyApp/Pages/Page.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
}

<link rel="stylesheet" href="css/typography.css">
<style>.prose { max-width: 65ch }</style>
<section class="flex-col md:flex-row flex justify-center mt-16 mb-16 md:mb-12">
<h1 class="text-4xl tracking-tight font-extrabold text-gray-900 dark:text-gray-50 sm:text-5xl md:text-6xl">
@doc.Title
Expand Down
1 change: 1 addition & 0 deletions MyApp/Pages/Shared/DocsPage.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<link rel="stylesheet" href="css/highlight.css">
<link rel="stylesheet" href="css/typography.css">
<link rel="stylesheet" href="css/lite-yt-embed.css">
<style>.prose { max-width: 65ch }</style>
@{
if (docCss != null)
{
Expand Down

0 comments on commit 326203f

Please sign in to comment.