all repos — homestead @ 3cefac42549648a5f2bfb996f33240da88943061

Code for my website

change calendar display on narrow screens

Alan Pearce
commit

3cefac42549648a5f2bfb996f33240da88943061

parent

c23b6263c26324f94790f52a447377c3d0696d42

1 file changed, 2 insertions(+), 1 deletion(-)

changed files
M templates/calendar.gotemplates/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() {