Compare commits

...

2 commits

Author SHA256 Message Date
7b28522e68 hotfix 2025-03-19 15:36:34 +02:00
e45df8ae21 hotfix 2025-03-19 15:29:31 +02:00

View file

@ -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,8 +14,7 @@
#ndx-more {
display: flex;
flex-direction: column;
flex-grow: 1;
max-width: min(90%, 500px);
width: min(90%, 500px);
}
#ndx-news article,
#ndx-more article {
@ -25,8 +24,7 @@
}
#ndx-decree {
max-width: min(90%, 670px);
flex-grow: 2;
width: min(90%, 670px);
text-align: center;
border: var(--text) double 8px;
}