Skip to content

Commit

Permalink
feat: add padding left for medium screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagalidoom committed Dec 3, 2024
1 parent 39ea07a commit 8f36fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function App() {
loadGIPs();
}, []);
return (
<div className='w-full min-h-screen bg-white text-black flex flex-col lg:pl-[60px] xl:pl-[80px] py-[50px] max-w-[1160px]'>
<div className='w-full min-h-screen bg-white text-black flex flex-col md:pl-[40px] lg:pl-[60px] xl:pl-[80px] py-[50px] max-w-[1160px]'>
<p className='flex text-[38px] lg:text-[56px] max-lg:pl-[16px]'>
Gnosis Governance Dashboard
</p>
Expand Down

0 comments on commit 8f36fb1

Please sign in to comment.