Skip to content

Commit

Permalink
fix: Wrap event info on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
petarvujovic98 committed Aug 22, 2023
1 parent 7886f75 commit 9a84c73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions widgets/src/Events/Page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,11 @@ const Event = styled.div`
align-items: center;
gap: 1.5rem;
align-self: stretch;
@media screen and (max-width: 768px) {
flex-direction: column;
align-items: center;
}
`;

const EventDetails = styled.div`
Expand Down

0 comments on commit 9a84c73

Please sign in to comment.