diff --git a/index.html b/index.html index 09e1697..bee0cc6 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ diff --git a/public/question.svg b/public/question.svg index d6104e7..876ef1a 100644 --- a/public/question.svg +++ b/public/question.svg @@ -1,4 +1,4 @@ - - - + + + diff --git a/src/App.tsx b/src/App.tsx index 8cf4640..24ccbf2 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -13,9 +13,12 @@ function App() { <> - - - + +
+ + + +
); diff --git a/src/components/AboutSection.tsx b/src/components/AboutSection.tsx index ce59a81..088f23d 100644 --- a/src/components/AboutSection.tsx +++ b/src/components/AboutSection.tsx @@ -1,11 +1,4 @@ -import { - StyledAbout, - StyledAboutContentWrapper, - StyledAboutDescription, - StyledAboutImageWrapper, - StyledAboutItem, - StyledAboutTitle, -} from './styles/About.styled'; +import { StyledAbout } from './styles/About.styled'; import { StyledCursor } from './styles/Cursor.styled'; import { StyledSectionHeader } from './styles/SectionHeader.styled'; @@ -39,18 +32,12 @@ function AboutSection() { -