hotfix
This commit is contained in:
parent
24f571f665
commit
e45df8ae21
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
max-width: min(90%, 500px);
|
width: min(90%, 500px);
|
||||||
}
|
}
|
||||||
#ndx-news article,
|
#ndx-news article,
|
||||||
#ndx-more article {
|
#ndx-more article {
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#ndx-decree {
|
#ndx-decree {
|
||||||
max-width: min(90%, 670px);
|
width: min(90%, 670px);
|
||||||
flex-grow: 2;
|
flex-grow: 2;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: var(--text) double 8px;
|
border: var(--text) double 8px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue