mirror of
https://github.com/DerDavidBohl/dirigent-spring.git
synced 2026-01-05 00:50:04 -06:00
Restructured
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
<main class="p-5">
|
||||
|
||||
<router-outlet></router-outlet>
|
||||
<main>
|
||||
<router-outlet></router-outlet>
|
||||
</main>
|
||||
|
||||
0
frontend/src/app/app.component.spec.ts
Normal file
0
frontend/src/app/app.component.spec.ts
Normal 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';
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user