diff --git a/src/app/schedule/schedule.component.ts b/src/app/schedule/schedule.component.ts index 070ecfe..8c230c3 100644 --- a/src/app/schedule/schedule.component.ts +++ b/src/app/schedule/schedule.component.ts @@ -6,57 +6,20 @@ import { MatExpansionModule } from '@angular/material/expansion'; standalone: true, imports: [MatExpansionModule], template: ` - - - - Title - - This is a summary of the content - - -

This is the primary content of the panel.

-
- - - - Title - - This is a summary of the content - - -

This is the primary content of the panel.

-
- - - - Title - - This is a summary of the content - - -

This is the primary content of the panel.

-
- - - - Title - - This is a summary of the content - - -

This is the primary content of the panel.

-
- - - - Title - - This is a summary of the content - - -

This is the primary content of the panel.

-
-
+ `, + styles: [ + ` + .pdf-viewer { + height: 83vh; + } + `, + ], }) export default class ScheduleComponent {}