diff --git a/index.html b/index.html index 52da1fa..6f4a535 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + Pretty Player diff --git a/public/prettyplayer-logo.svg b/public/prettyplayer-logo.svg new file mode 100644 index 0000000..1ca7e4b --- /dev/null +++ b/public/prettyplayer-logo.svg @@ -0,0 +1,12 @@ + + + + + + + \ No newline at end of file diff --git a/public/vite.svg b/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/App.css b/src/App.css index f05020e..d7fd54e 100644 --- a/src/App.css +++ b/src/App.css @@ -1,6 +1,6 @@ #root { margin: 0 auto; - padding: 0rem; + padding: 0; text-align: center; }