Restructured

This commit is contained in:
DerDavidBohl
2025-06-17 16:54:31 +02:00
parent 1de7d7cda5
commit 445e4efd13
4 changed files with 10 additions and 11 deletions

View File

@@ -1,4 +1,3 @@
<main class="p-5">
<router-outlet></router-outlet>
<main>
<router-outlet></router-outlet>
</main>

View File

View File

@@ -1,5 +1,5 @@
import {ApplicationConfig, provideZoneChangeDetection} from '@angular/core';
import {provideRouter, withHashLocation} from '@angular/router';
import {provideRouter} from '@angular/router';
import {routes} from './app.routes';
import {provideHttpClient} from '@angular/common/http';

View File

@@ -1,11 +1,11 @@
/* You can add global styles to this file, and also import other style files */
@import "tailwindcss";
/*html, body {*/
/* height: 100%;*/
/*}*/
html, body {
height: 100%;
}
/*body {*/
/* margin: 0;*/
/* font-family: Roboto, "Helvetica Neue", sans-serif;*/
/*}*/
body {
margin: 0;
font-family: Roboto, "Helvetica Neue", sans-serif;
}