diff options
Diffstat (limited to 'components/watch')
| -rw-r--r-- | components/watch/secondary/episodeLists.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/watch/secondary/episodeLists.js b/components/watch/secondary/episodeLists.js index 485b43e..a676be0 100644 --- a/components/watch/secondary/episodeLists.js +++ b/components/watch/secondary/episodeLists.js @@ -20,7 +20,7 @@ export default function EpisodeLists({ return ( <div className="w-screen lg:max-w-sm xl:max-w-lg"> - <div className="flex gap-4 pl-5 pb-5"> + <div className="flex gap-4 px-3 lg:pl-5 pb-5"> <button disabled={!track?.next} onClick={() => { |