From 0a72df68ccd3825e0c2c62cb17472256bc0117a3 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; }