From 26965ab6c27319b306c69bc9572f7957bc5b394d Mon Sep 17 00:00:00 2001 From: Lukas Brabec Date: Jan 10 2019 12:58:09 +0000 Subject: polishing --- diff --git a/src/Events.js b/src/Events.js index b5a6d57..85d72f3 100644 --- a/src/Events.js +++ b/src/Events.js @@ -19,12 +19,12 @@ class Events extends Component { render() { const meetings = this.state.meetings.map(meeting => { //return (
  • {meeting.start} - {meeting.summary}
  • ) - return () + return () }); return (
    Meetings and testdays in next 7 days
    -
      +
        {meetings}
    @@ -40,7 +40,10 @@ class Event extends Component { render() { return (
  • - {this.props.start}{' '}{this.props.summary} + {this.props.start} +
    + {this.props.summary} +
  • ); } diff --git a/src/index.css b/src/index.css index 25ee758..56a3055 100644 --- a/src/index.css +++ b/src/index.css @@ -15,6 +15,7 @@ code { h5 { padding-top: 50px; + padding-bottom: 10px; } .footer { @@ -40,4 +41,8 @@ h5 { width: 150; text-align: center; vertical-align: top; +} + +.events { + font-size: 0.8em !important; } \ No newline at end of file