diff --git a/Client/Shared/MainLayout.razor b/Client/Shared/MainLayout.razor index bfd310a..6903659 100644 --- a/Client/Shared/MainLayout.razor +++ b/Client/Shared/MainLayout.razor @@ -15,26 +15,22 @@ - - - - - - - -
-

.NET 6 Framework

-
- @if (@_RuntimeInfo?.Environment != "Production") { +
+

.NET 6 Framework

+
+
+ @if (@_RuntimeInfo?.Environment != "Production") { } -
- - - -
+ +
+ +
+
+ +
- +
diff --git a/Client/wwwroot/css/app.css b/Client/wwwroot/css/app.css index 6458241..68f67e2 100644 --- a/Client/wwwroot/css/app.css +++ b/Client/wwwroot/css/app.css @@ -109,7 +109,6 @@ a, .btn-link { } .header .information { - flex: 0 0 24px; text-align: center }