diff options
author | Sonja Galovic <galovicsonja@gmail.com> | 2022-03-15 22:45:57 +0100 |
---|---|---|
committer | Sonja Galovic <galovicsonja@gmail.com> | 2022-03-15 22:45:57 +0100 |
commit | 69f60f492f2d729e74e888f6f43d44e71c814ff4 (patch) | |
tree | 17c01f1965df9837e99d28cdffa408f3542afae7 /frontend/src/app/app.component.html | |
parent | d6c8dc0a22cfe3cb0ed1579f5dc7c4c0e6d9b3de (diff) |
Preuredjivanje funkcionalnosti add-model komponente i dataset-load komponente.
Diffstat (limited to 'frontend/src/app/app.component.html')
-rw-r--r-- | frontend/src/app/app.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/app/app.component.html b/frontend/src/app/app.component.html index 7f2d4225..35e5adb1 100644 --- a/frontend/src/app/app.component.html +++ b/frontend/src/app/app.component.html @@ -1,4 +1,4 @@ <app-navbar></app-navbar> -<div class="mat-app-background container h-100"> +<div class="container h-100"> <router-outlet></router-outlet> </div>
\ No newline at end of file |