From 1749c60fd34ec6ca45ea4523012c0f7a93f6ff79 Mon Sep 17 00:00:00 2001 From: SiskelDev Date: Sat, 7 Jun 2025 16:14:36 +0200 Subject: [PATCH] Made the Result More Viewable --- data/style/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/style/style.css b/data/style/style.css index 1255105..8a668c6 100644 --- a/data/style/style.css +++ b/data/style/style.css @@ -719,6 +719,11 @@ div.content { height: 50%; width: 100%; justify-items: center; + display: flex; + flex-direction: row; + flex-wrap: wrap; + align-items: center; + justify-content: space-evenly; } .insert-result .summary {