Skip to content

Commit

Permalink
Fixed schedule shifted to left on mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyleal committed Jun 27, 2024
1 parent a5c18d3 commit af74fe2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
justify-content: center;
align-items: left;
margin-left: -60px;
margin-right: -50px;
margin-right: -190px;
flex-direction: column;
height: 930px;
}
Expand All @@ -69,7 +69,6 @@
flex: 0.5;
display: flex;
align-items: left;
margin-left: -10%;
flex-direction: column;
}

Expand Down

0 comments on commit af74fe2

Please sign in to comment.