diff --git a/res/asset-index-style.css b/res/asset-index-style.css index ddc729d..92a8ba9 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: 10px 10px auto 10px; + margin: auto; + margin-top: 10px; } #ndx-ndx article > :last-child { margin-bottom: 5px; @@ -14,7 +14,8 @@ #ndx-more { display: flex; flex-direction: column; - width: min(90%, 500px); + flex-grow: 1; + max-width: min(90%, 500px); } #ndx-news article, #ndx-more article { @@ -24,7 +25,8 @@ } #ndx-decree { - width: min(90%, 670px); + max-width: min(90%, 670px); + flex-grow: 2; text-align: center; border: var(--text) double 8px; }