added padding on App

This commit is contained in:
Djeeberjr 2021-10-01 21:23:45 +02:00
parent 06b7c323ae
commit 9ca6770cd4

View File

@ -20,7 +20,7 @@ const App: React.FC = () => {
},[data]) },[data])
return ( return (
<div className="dark:text-gray-300"> <div className="dark:text-gray-300 px-2 pt-1">
{ {
ready&& ready&&
<Router> <Router>