Compare commits

..

No commits in common. "7b28522e684c2ba0b7b14909dcf5f258a699103b149670123835519db24bcc35" and "24f571f66528ce08c096c098a3b2adc9297cc71f06fe12cbe59295d0b11a8e3c" have entirely different histories.

View file

@ -2,10 +2,10 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-evenly;
} }
#ndx-ndx > section { #ndx-ndx > section {
margin: 10px 10px auto 10px; margin: auto;
margin-top: 10px;
} }
#ndx-ndx article > :last-child { #ndx-ndx article > :last-child {
margin-bottom: 5px; margin-bottom: 5px;
@ -14,7 +14,8 @@
#ndx-more { #ndx-more {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: min(90%, 500px); flex-grow: 1;
max-width: min(90%, 500px);
} }
#ndx-news article, #ndx-news article,
#ndx-more article { #ndx-more article {
@ -24,7 +25,8 @@
} }
#ndx-decree { #ndx-decree {
width: min(90%, 670px); max-width: min(90%, 670px);
flex-grow: 2;
text-align: center; text-align: center;
border: var(--text) double 8px; border: var(--text) double 8px;
} }