diff --git a/src/static/sass/components/_modal.scss b/src/static/sass/components/_modal.scss index 72187f2..058f6ad 100644 --- a/src/static/sass/components/_modal.scss +++ b/src/static/sass/components/_modal.scss @@ -52,6 +52,10 @@ &__info { padding-top: 1.6rem; font-size: 2rem; + + @include responsive(phone) { + padding-top: 1.2rem; + } } &__episode { @@ -100,6 +104,10 @@ padding: 1rem 2rem 1rem 2rem; transition: all .2s; + @include responsive(phone) { + margin-top: 1rem; + } + &:hover { transform: scale(1.09); }