Skip to content

Commit

Permalink
feat: changes the guide time position on smaller screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Cayla Hamann committed Jun 25, 2020
1 parent 7c0c959 commit 1c5fd5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/templates/GuideTemplate.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
margin-bottom: 2rem;
align-items: center;
justify-content: space-between;
@media screen and (max-width: 1080px) {
flex-direction: column;
align-items: flex-start;
}
}

.duration {
Expand Down

0 comments on commit 1c5fd5d

Please sign in to comment.