From 5c562e1e37aa78a08dcee58c50d92d979dde8e2a Mon Sep 17 00:00:00 2001 From: Job Talle Date: Mon, 5 Jun 2023 11:35:44 +0200 Subject: [PATCH] Columns wrap when screen is too narrow --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 1910016..9bab24f 100644 --- a/style.css +++ b/style.css @@ -50,6 +50,7 @@ button { #columns { display: flex; + flex-wrap: wrap; } .column > .panel {