change calendar display on narrow screens
1 file changed, 2 insertions(+), 1 deletion(-)
changed files
M templates/calendar.go → templates/calendar.go
@@ -27,7 +27,8 @@ } return Div(Class("calendar"), H2(g.Text("Calendar")), - P(g.Text("Here you can roughly see when I'm busy in the next two weeks")), + P(g.Text("Here you can roughly see when I'm busy in the next two weeks.")), + P(Class("only-small-portrait"), g.Text("Rotate to see calendar view and previous days.")), Section(Class("calendar-grid"), g.Map(dates, func(date *calendar.CalendarDate) g.Node { if past && date.IsToday() {