From bba6fe49e6059e75bf5a9bd61be0a123e7b8167e Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Wed, 28 Aug 2019 11:18:22 +0200 Subject: Reflow schedules with wrapped flex layout. Use with of screen when it's there, otherwise be narrow and long. --- public/app.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/app.css b/public/app.css index 1f9ae99..72b178b 100644 --- a/public/app.css +++ b/public/app.css @@ -40,3 +40,14 @@ footer img { #copyright-text { padding-left: 0.5rem; } + +#program { + display: flex; + flex-wrap: wrap; +} + +@media screen and (min-width: 800px) { + #program > * + * { + padding-left: 0.5rem; + } +} -- cgit v1.2.3