File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -248,15 +248,12 @@ section#day2 {
248248
249249 .schedule__side-track {
250250 padding-left : 0 ;
251+ }
251252
252- /* Remove if number of workshops = number of side activities on Workshop Day */
253- .schedule__list {
254- li :nth-last-child (2 ), li :last-child {
255- display : none ;
256-
257- .activity-card {
258- border-bottom : none ;
259- }
253+ .schedule__list {
254+ li :last-child {
255+ .activity-card {
256+ border-bottom : none ;
260257 }
261258 }
262259 }
@@ -279,6 +276,15 @@ section#day2 {
279276 .activity-card__image {
280277 margin-bottom : .25rem ;
281278 }
279+
280+ @media (max-width : 60rem ) {
281+ /* Remove if number of workshops = number of side activities on Workshop Day */
282+ .schedule__list {
283+ li :nth-last-child (2 ), li :last-child {
284+ display : none ;
285+ }
286+ }
287+ }
282288}
283289
284290#day1 , #day2 {
You can’t perform that action at this time.
0 commit comments