Compare commits
2 commits
24f571f665
...
7b28522e68
Author | SHA256 | Date | |
---|---|---|---|
7b28522e68 | |||
e45df8ae21 |
1 changed files with 4 additions and 6 deletions
|
@ -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: auto;
|
margin: 10px 10px auto 10px;
|
||||||
margin-top: 10px;
|
|
||||||
}
|
}
|
||||||
#ndx-ndx article > :last-child {
|
#ndx-ndx article > :last-child {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
@ -14,8 +14,7 @@
|
||||||
#ndx-more {
|
#ndx-more {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex-grow: 1;
|
width: min(90%, 500px);
|
||||||
max-width: min(90%, 500px);
|
|
||||||
}
|
}
|
||||||
#ndx-news article,
|
#ndx-news article,
|
||||||
#ndx-more article {
|
#ndx-more article {
|
||||||
|
@ -25,8 +24,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#ndx-decree {
|
#ndx-decree {
|
||||||
max-width: min(90%, 670px);
|
width: min(90%, 670px);
|
||||||
flex-grow: 2;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: var(--text) double 8px;
|
border: var(--text) double 8px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue