Skip to content

Commit

Permalink
Fix schedule responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
ilaborie committed Aug 30, 2019
1 parent ecd3ca6 commit bfdd065
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions src/style/pages/_schedule.scss
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,13 @@

@include mq($until: lg) {
.section.schedule {
main > section.schedule {
main > section.schedule .day .session {
--container-margin: 0em;
margin: 1rem .5rem 2rem 1.5em;
margin: 1rem .5rem 2rem 2.25em;

.start {
display: block;
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion static/theme.css

Large diffs are not rendered by default.

0 comments on commit bfdd065

Please sign in to comment.