diff --git a/source/sass/views/youtube-regrets-2021.scss b/source/sass/views/youtube-regrets-2021.scss index 4bdb83bbfe2..0bcfa405819 100644 --- a/source/sass/views/youtube-regrets-2021.scss +++ b/source/sass/views/youtube-regrets-2021.scss @@ -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 {