anschelburk / simple_planner

Apache License 2.0
0 stars 0 forks source link

Calendar API - Style the Calendar #9

Closed bbelderbos closed 4 months ago

bbelderbos commented 4 months ago

Style the calendar to meet the following goals:

anschelburk commented 4 months ago

Show 1 day instead of entire month

Done - per FullCalendar's documentation, changed initialView to timeGridDay.

anschelburk commented 4 months ago

Make calendar smaller

Done - added a new file, planner/static/css/styling.css, which makes the calendar the correct size. Was interesting to look into this and learn more about CSS!

bbelderbos commented 4 months ago

Nice!