diff options
Diffstat (limited to 'src/app/anime/styles/buttons.module.css')
| -rw-r--r-- | src/app/anime/styles/buttons.module.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/app/anime/styles/buttons.module.css b/src/app/anime/styles/buttons.module.css index d092a7f..d0b8e78 100644 --- a/src/app/anime/styles/buttons.module.css +++ b/src/app/anime/styles/buttons.module.css @@ -84,4 +84,15 @@ .VideoPlayer { width: 100%; +} + +@media screen and (max-width: 1024px) { + + .dramaButton { + font-size: 14px; + } + + .video { + width: 100%; + } }
\ No newline at end of file |