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

feat: added bottom align in preview

parent 423368d0
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ interface IPreviewBoxProps {
export const PreviewBox: React.FC<IPreviewBoxProps> = ({ title, movies }) => {
return (
<Card title={title}>
<Row justify="space-evenly" gutter={50}>
<Row justify="space-evenly" align="bottom" gutter={50}>
{movies.map((movie) => {
return (
<Col flex={1}>
......
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