Skip to content

Commit 737c548

Browse files
Update css order
1 parent 0f260fd commit 737c548

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EssentialCSharp.Web/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
<meta property="og:image:height" content="500" />
3535
<meta name="twitter:title" property="og:title" content="@title" />
3636
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" />
37+
<link rel="stylesheet" href="~/dist/assets/style.css" asp-append-version="true" />
3738
<link rel="stylesheet" href="~/css/styles.css" asp-append-version="true" />
3839
<link rel="stylesheet" href="~/css/chat-widget.css" asp-append-version="true" />
3940
<link rel="stylesheet" href="~/css/code-runner.css" asp-append-version="true" />
40-
<link rel="stylesheet" href="~/dist/assets/style.css" asp-append-version="true" />
4141
<link rel="stylesheet" href="/lib/docsearch/style.css" />
4242
@*Font Family*@
4343
<link rel="preconnect" href="https://fonts.googleapis.com">

0 commit comments

Comments
 (0)