diff options
Diffstat (limited to 'client/src/app/app.component.html')
-rw-r--r-- | client/src/app/app.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html index df0ec5a5d..8a826e783 100644 --- a/client/src/app/app.component.html +++ b/client/src/app/app.component.html | |||
@@ -28,10 +28,10 @@ | |||
28 | </div> | 28 | </div> |
29 | 29 | ||
30 | <!-- Used for the fixed menu --> | 30 | <!-- Used for the fixed menu --> |
31 | <div class="col-md-2 col-sm-3 col-xs-3"> | 31 | <div class="fake-menu col-md-2 col-sm-3 col-xs-3"> |
32 | </div> | 32 | </div> |
33 | 33 | ||
34 | <div [ngClass]="getMainColClasses()"> | 34 | <div class="main-col" [ngClass]="getMainColClasses()"> |
35 | 35 | ||
36 | <div class="main-row"> | 36 | <div class="main-row"> |
37 | <router-outlet></router-outlet> | 37 | <router-outlet></router-outlet> |