Merge branch 'dev' into YUM04-33-footer

This commit is contained in:
GEI22857
2023-03-07 11:42:08 +01:00
committed by GitHub
6 changed files with 56 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<div class="container-fluid">
@*<a class="navbar-brand" href="">Yummy4Friends</a>*@
<a class="navbar-brand" href="">
<img src="assets/Logo_new.png" alt="Yummy4Friends" width="100" height="100">
<img src="assets/Logo_new.png" alt="Yummy4Friends" width="8%" height="auto">
</a>
<button class="navbar-toggler @NavButtonCssClass" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse"

11
Shared/Startseite.razor Normal file
View File

@ -0,0 +1,11 @@
@inherits LayoutComponentBase
<div>
<main class="container">
@Body
</main>
</div>