From 276b490e37839595a28a0743b6e0beff86561b9f Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Fri, 13 Sep 2024 20:00:45 +0200 Subject: [PATCH] feat: smaller outer padding on small devices --- src/App.tsx | 6 +++--- src/components/Music/index.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 5d77047..0990d96 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -33,12 +33,12 @@ const AppRoot = () => { ) : (
-
+
-
- +
+ diff --git a/src/components/Music/index.tsx b/src/components/Music/index.tsx index 06e23de..57f15af 100644 --- a/src/components/Music/index.tsx +++ b/src/components/Music/index.tsx @@ -67,7 +67,7 @@ export const Music = () => {