diff --git a/client/src/Event.css b/client/src/Event.css index ef38beb..9edd88f 100644 --- a/client/src/Event.css +++ b/client/src/Event.css @@ -2,3 +2,11 @@ text-align: left; } +.Event .when { + margin-bottom: 0.25rem; +} + +.Event .what { + font-size: 1.25rem; + margin-bottom: 0.5rem; +} \ No newline at end of file diff --git a/client/src/Event.js b/client/src/Event.js index 6a7e623..0968dc3 100644 --- a/client/src/Event.js +++ b/client/src/Event.js @@ -1,7 +1,7 @@ import React, { useState, useEffect, useContext } from "react"; import Paper from '@mui/material/Paper'; import MomentUtils from '@date-io/moment' -import { Calendar, MuiPickersUtilsProvider, ClockView } from '@material-ui/pickers'; +import { Calendar, MuiPickersUtilsProvider } from '@material-ui/pickers'; import Moment from 'react-moment'; import moment from 'moment'; @@ -92,10 +92,17 @@ function Event({ groupId }) {