File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed
packages/apps/app-dashboard/src/pages/shared Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,19 @@ export default function RootPage() {
1717 </ Helmet >
1818 < div className = "flex flex-col min-h-screen bg-white text-center p-3 sm:p-5 font-sans relative overflow-x-hidden" >
1919 < main className = "flex flex-col items-center flex-1 justify-center pt-16 sm:pt-20" >
20- < img
21- src = "/vincent-main-logo.png"
22- alt = "Vincent by Lit Protocol - Delegation Platform for user owned automation"
23- className = "max-w-[320px] sm:max-w-[400px] mb-3 sm:mb-5"
24- width = "400"
25- height = "107"
26- style = { { aspectRatio : '2051/549' , maxWidth : '100%' , height : 'auto' } }
27- loading = "eager"
28- decoding = "sync"
29- fetchPriority = "high"
30- />
20+ < div className = "px-8 mb-3 sm:mb-5" >
21+ < img
22+ src = "/vincent-main-logo.png"
23+ alt = "Vincent by Lit Protocol - Delegation Platform for user owned automation"
24+ className = "max-w-[240px] sm:max-w-[400px] mx-auto"
25+ width = "400"
26+ height = "107"
27+ style = { { aspectRatio : '2051/549' , maxWidth : '100%' , height : 'auto' } }
28+ loading = "eager"
29+ decoding = "sync"
30+ fetchPriority = "high"
31+ />
32+ </ div >
3133 < p className = "text-gray-600 mb-6 sm:mb-8 max-w-md text-base sm:text-lg px-2" >
3234 The portal for intelligent finance.
3335 </ p >
You can’t perform that action at this time.
0 commit comments