Made the Result More Viewable

This commit is contained in:
2025-06-07 16:14:36 +02:00
parent 4c5bf3b39c
commit 1749c60fd3
+5
View File
@@ -719,6 +719,11 @@ div.content {
height: 50%; height: 50%;
width: 100%; width: 100%;
justify-items: center; justify-items: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: space-evenly;
} }
.insert-result .summary { .insert-result .summary {