Skip to content

Commit

Permalink
Schedule: Fix border on small-screen schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Aug 19, 2024
1 parent 6f3435f commit 53c6a18
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/includes/schedule.css
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,11 @@ body.single-wcb_session {

@media (max-width: 549px) {

& .wordcamp-schedule__session,
& .wordcamp-schedule__time-slot-header {
border: none;
}

& .wordcamp-schedule__time-slot-header {
margin-top: 0;
}
Expand Down
5 changes: 5 additions & 0 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 53c6a18

Please sign in to comment.