mobile updates

This commit is contained in:
nnwhen 2025-03-19 00:11:50 +02:00
parent be9bc4f65c
commit af5f3d4a29
5 changed files with 54 additions and 17 deletions

View file

@ -9,13 +9,15 @@
#ndx-news,
#ndx-decree,
#ndx-more {
margin: 0 25px;
margin: 0;
margin-left: min(2%, 25px);
margin-right: min(2%, 25px);
}
#ndx-news,
#ndx-more {
display: flex;
flex-direction: column;
min-width: 360px;
margin: auto;
}
#ndx-news article,
#ndx-more article {
@ -25,9 +27,6 @@
}
#ndx-decree {
width: 10%;
min-width: 605px;
max-height: 1000px;
flex-grow: 2;
text-align: center;
border: var(--text) double 8px;