From 3ba5941cb5758494090bd30d632d3a08e3cd1cda Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 15 Nov 2020 04:49:44 +0300 Subject: feat: make grids responsive --- src/containers/BsuFantomSection/BsuFantomSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/containers/BsuFantomSection/BsuFantomSection.tsx') diff --git a/src/containers/BsuFantomSection/BsuFantomSection.tsx b/src/containers/BsuFantomSection/BsuFantomSection.tsx index 33f39b2..6420402 100644 --- a/src/containers/BsuFantomSection/BsuFantomSection.tsx +++ b/src/containers/BsuFantomSection/BsuFantomSection.tsx @@ -27,7 +27,7 @@ const BsuFantomSection: React.FC = () => { {events?.map((event, index) => ( - + ))} -- cgit v1.2.3