Skip to content
10 changes: 10 additions & 0 deletions source/sass/views/youtube-regrets-2021.scss
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,16 @@
}
}
}

/* Make the "gap" between the drawer content and the "Close" button smaller on mobile and tablets */
@media (max-width: $bp-md) {
&.is-open {
.h2-heading {
max-height: 0;
overflow: hidden;
}
}
}
}

&__mask {
Expand Down