From d2b74a1467ddc301973a127edf2394b44183ef13 Mon Sep 17 00:00:00 2001 From: RustamRu Date: Sun, 10 Nov 2024 12:34:01 +0300 Subject: [PATCH] fix: align footer to bottom (#7) --- src/pages/landing/index.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/pages/landing/index.tsx b/src/pages/landing/index.tsx index 1097a50..0e86141 100644 --- a/src/pages/landing/index.tsx +++ b/src/pages/landing/index.tsx @@ -1,5 +1,5 @@ import React, { FC } from 'react'; -import { Box, Container, VStack } from '@chakra-ui/react'; +import { Container, VStack } from '@chakra-ui/react'; import { BenefitsSection, Footer, @@ -19,14 +19,12 @@ const Page: FC = () => { bg='white' centerContent > - + - - - - - - + + + +