diff --git a/client/public/style.css b/client/public/style.css
index 8e6d14b..715ba8a 100644
--- a/client/public/style.css
+++ b/client/public/style.css
@@ -32,12 +32,6 @@
left: 0px;
}
-
-
-
-
-
-
.calendar {
border-radius: 8px;
font-size: 2vh;
@@ -61,48 +55,9 @@
.categories {
width: 90%;
- overflow-x: scroll;
-}
-
-.eventContainer {
- display: flex;
- flex-direction: column;
- width: 100vw;
- margin: 0;
- font-family: 'Questrial', sans-serif;
- font-size: 2vh;
+ /* overflow-x:; */
}
-.eventRows {
- display: flex;
- justify-content: space-evenly;
- flex-direction: row;
- margin-top: 2vw;
- margin-bottom: 5vw;
- margin-left: 2.5vw;
- margin-right: 2.5vw;
-}
-
-.homePageEventCard {
- width: 35vh;
- height: 50vh;
- text-align: center;
- margin-left: 1.5vw;
- margin-right: 1.5vw;
-}
-
-.homePageEventPhoto {
- width: 32vh;
- height: 48vh;
- text-align: center;
- border-radius: 5%;
- object-fit: cover;
-}
-
-
-.homePageRelative {
- position: relative;
-}
.pepe {
height: 10vw;
diff --git a/client/src/components/App.jsx b/client/src/components/App.jsx
index 45cc549..a74516f 100644
--- a/client/src/components/App.jsx
+++ b/client/src/components/App.jsx
@@ -1,19 +1,7 @@
import { Header } from './header';
import HomePage from './homepage/homepage.jsx';
import React, { useState, useEffect } from "react";
-import {
- Box, Heading, Spacer, Menu, Stack, FormControl, Input,
- MenuButton,
- MenuList,
- MenuItem,
- MenuItemOption,
- MenuGroup,
- MenuOptionGroup,
- MenuDivider,
- Button,
- Flex,
- extendTheme
-} from '@chakra-ui/react';
+import { Box, Input, Button, Flex} from '@chakra-ui/react';
import { ChevronDownIcon } from '@chakra-ui/icons';
import { Link } from "react-router-dom";
import axios from 'axios';
@@ -38,7 +26,7 @@ const App = () => {
return (
-
+
{
return (
-
+
diff --git a/client/src/components/homepage/filterList.jsx b/client/src/components/homepage/filterList.jsx
index 7c7873c..f524cab 100644
--- a/client/src/components/homepage/filterList.jsx
+++ b/client/src/components/homepage/filterList.jsx
@@ -16,7 +16,7 @@ const FilterList = ({ category, events, handleReset }) => {
return (
-
+
Filter by: {category}