From f6e9a5586163a7ff7c9da806b5e43e66d4a6decc Mon Sep 17 00:00:00 2001 From: Nakidai Date: Tue, 30 Jan 2024 00:27:01 +0300 Subject: [PATCH] Allow content to wrap --- root/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/root/style.css b/root/style.css index c4c71e7..4384c52 100644 --- a/root/style.css +++ b/root/style.css @@ -37,6 +37,7 @@ div { display: flex; flex-direction: row; justify-content: center; + flex-wrap: wrap; align-items: center; }