hotfix
This commit is contained in:
parent
e45df8ae21
commit
7b28522e68
1 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue