Skip to content
Snippets Groups Projects
Commit 870a529a authored by Tomáš Havlíček's avatar Tomáš Havlíček
Browse files

feat: about page styling

parent 31ad59e2
No related branches found
No related tags found
No related merge requests found
import React from "react"
import { Space, Typography, Card } from "antd"
import React from "react";
const { Title, Paragraph, Text, Link } = Typography;
export const About = () => {
return (
<div>Future place for info about our site.</div>
<>
<Typography>
<Space direction="vertical" size="middle" style={{ display: 'flex' , padding:16, textAlign: 'center'}}>
<Card title={<Title>About</Title>}>
<Paragraph> Movie Base is database of movies.</Paragraph>
<Paragraph> It is possible to view popular movies, search for your favourites or checkout details of every movie possible </Paragraph>
</Card>
</Space>
</Typography>
</>
)
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment