From e45df8ae21a71fda854c5477009bffd6ca7836d872102222c6a233e583b766c3 Mon Sep 17 00:00:00 2001
From: nnwhen <nnwhen@nnwhen.com>
Date: Wed, 19 Mar 2025 15:29:31 +0200
Subject: [PATCH 1/2] hotfix

---
 res/asset-index-style.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/res/asset-index-style.css b/res/asset-index-style.css
index 92a8ba9..0b2cada 100644
--- a/res/asset-index-style.css
+++ b/res/asset-index-style.css
@@ -15,7 +15,7 @@
   display: flex;
   flex-direction: column;
   flex-grow: 1;
-  max-width: min(90%, 500px);
+  width: min(90%, 500px);
 }
 #ndx-news article,
 #ndx-more article {
@@ -25,7 +25,7 @@
 }
 
 #ndx-decree {
-  max-width: min(90%, 670px);
+  width: min(90%, 670px);
   flex-grow: 2;
   text-align: center;
   border: var(--text) double 8px;

From 7b28522e684c2ba0b7b14909dcf5f258a699103b149670123835519db24bcc35 Mon Sep 17 00:00:00 2001
From: nnwhen <nnwhen@nnwhen.com>
Date: Wed, 19 Mar 2025 15:36:34 +0200
Subject: [PATCH 2/2] hotfix

---
 res/asset-index-style.css | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/res/asset-index-style.css b/res/asset-index-style.css
index 0b2cada..ddc729d 100644
--- a/res/asset-index-style.css
+++ b/res/asset-index-style.css
@@ -2,10 +2,10 @@
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
+  justify-content: space-evenly;
 }
 #ndx-ndx > section {
-  margin: auto;
-  margin-top: 10px;
+  margin: 10px 10px auto 10px;
 }
 #ndx-ndx article > :last-child {
   margin-bottom: 5px;
@@ -14,7 +14,6 @@
 #ndx-more {
   display: flex;
   flex-direction: column;
-  flex-grow: 1;
   width: min(90%, 500px);
 }
 #ndx-news article,
@@ -26,7 +25,6 @@
 
 #ndx-decree {
   width: min(90%, 670px);
-  flex-grow: 2;
   text-align: center;
   border: var(--text) double 8px;
 }