format
This commit is contained in:
parent
d1a1ee38c0
commit
deabb78767
|
@ -12,7 +12,7 @@ const Overview = () => {
|
|||
imgHeight="250%"
|
||||
rightImageSrc="./background-images/sync-status-background.png"
|
||||
>
|
||||
<YStack >
|
||||
<YStack>
|
||||
<YStack space={'$5'} width="150%">
|
||||
<Text size={27} weight={'semibold'}>
|
||||
Overview
|
||||
|
|
|
@ -13,8 +13,6 @@
|
|||
min-width: 150px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media screen and (max-width: 1000px) {
|
||||
.overview-cards {
|
||||
flex-direction: column;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
.layout::after {
|
||||
display: block;
|
||||
content: '';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { Shadow } from '@status-im/components'
|
||||
import { ReactNode } from 'react'
|
||||
|
||||
|
||||
type ValidatorBoxWrapperProps = {
|
||||
children: ReactNode
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue