Skip to content

Commit

Permalink
update: Make the mobile version responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
musale committed Sep 27, 2022
1 parent a875a78 commit 54e4134
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ mgt-agenda .event {
:host .narrow .event,
mgt-agenda .narrow .event {
flex-direction: column;
position: relative;
inset: 0px;
}

:host .event-time-container,
Expand All @@ -62,7 +64,7 @@ mgt-agenda .event-time-container {

:host .narrow .event-time-container,
mgt-agenda .narrow .event-time-container {
margin: 20px 40px 0px 18px;
margin-bottom: 1px;
}

:host .event-time,
Expand All @@ -88,7 +90,9 @@ mgt-agenda .event-details-container {

:host .narrow .event-details-container,
mgt-agenda .narrow .event-details-container {
margin: 0px 18px 14px 18px;
left: 6px;
display: flex;
flex-direction: column;
}

:host .event-subject,
Expand Down

0 comments on commit 54e4134

Please sign in to comment.