This commit is contained in:
nnwhen 2025-03-19 15:29:31 +02:00
parent 24f571f665
commit e45df8ae21

View file

@ -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;