This commit is contained in:
Hristo Nedelkov 2024-01-05 14:52:41 +02:00
parent d1a1ee38c0
commit deabb78767
4 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -13,8 +13,6 @@
min-width: 150px;
}
@media screen and (max-width: 1000px) {
.overview-cards {
flex-direction: column;

View File

@ -1,4 +1,3 @@
.layout::after {
display: block;
content: '';

View File

@ -1,6 +1,6 @@
import { Shadow } from '@status-im/components'
import { ReactNode } from 'react'
type ValidatorBoxWrapperProps = {
children: ReactNode
}