Compare commits
2 Commits
c816dd39ab
...
82e8afc215
| Author | SHA1 | Date | |
|---|---|---|---|
| 82e8afc215 | |||
|
|
19cd917c66 |
@@ -142,17 +142,19 @@ export const Layout: React.FC<LayoutProps> = ({ children, mobileMode = false })
|
||||
backgroundColor: 'transparent',
|
||||
}),
|
||||
borderRadius: 0.5,
|
||||
px: 1,
|
||||
px: 0.5,
|
||||
py: 0.5,
|
||||
display: 'inline-flex',
|
||||
alignItems: 'center',
|
||||
overflow: 'hidden',
|
||||
flex: 1,
|
||||
minWidth: 0,
|
||||
})}
|
||||
>
|
||||
<img
|
||||
src="/images/logos/motovaultpro-title-slogan.png"
|
||||
alt="MotoVaultPro"
|
||||
style={{ height: 24, width: 'auto', maxWidth: 180 }}
|
||||
style={{ height: 24, width: 'auto', maxWidth: '100%' }}
|
||||
/>
|
||||
</Box>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user