Startpage Changes

This commit is contained in:
zha19115 2023-03-01 15:32:08 +01:00 committed by FUH22860
parent 5e30e0af12
commit e6a5ad5270
2 changed files with 6 additions and 2 deletions

View File

@ -4,8 +4,8 @@
<main class="container">
<article class="content px-4">
@Body
</article>
</main>
</div>

View File

@ -7,6 +7,10 @@
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
</PropertyGroup>
<ItemGroup>
<None Include="wwwroot\css\Site.css" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.1" PrivateAssets="all" />