Skip to content

Commit

Permalink
fix mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
vivganes committed Nov 18, 2023
1 parent 69024c9 commit 0be431a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/component/event-card/event-card.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class EventCardComponent implements OnInit, OnDestroy{

ngOnInit():void {
this.breakpointObserver
.observe(['(min-width: 800px)'])
.observe(['(min-width: 900px)'])
.subscribe((state: BreakpointState) => {
if (state.matches) {
this.isMobileScreen = false;
Expand Down

0 comments on commit 0be431a

Please sign in to comment.