small fixes

This commit is contained in:
teldra 2022-06-16 20:40:09 +02:00
parent d8805a4158
commit 3585ec3f72
6 changed files with 14 additions and 5 deletions

View File

@ -25,6 +25,9 @@ media = true
#do you want an misc folder? #do you want an misc folder?
misc = true misc = true
#do you want an rss link?
rss = true
#do you want to show a link to the sourcecode? #do you want to show a link to the sourcecode?
sourcecode = true sourcecode = true

View File

@ -49,6 +49,8 @@ article {
} }
} }
.article_footer { .article_footer {
font-size: 60%; font-size: 60%;
display: flex; display: flex;

View File

@ -33,3 +33,7 @@
} }
} }
} }
.sidebar {
margin-bottom: 1em;
}

View File

@ -1,4 +1,5 @@
.footer { .footer {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 98vw; width: 98vw;
@ -6,6 +7,7 @@
margin-right: auto; margin-right: auto;
.infobox { .infobox {
display: flex; display: flex;
flex: 1;
flex-direction: column; flex-direction: column;
text-align: center; text-align: center;
} }
@ -23,6 +25,7 @@
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
.infobox { .infobox {
flex: 1 0 auto;
text-align: left; text-align: left;
flex-direction: column; flex-direction: column;
} }

View File

@ -37,9 +37,6 @@
} }
@media (min-width: 640px) { @media (min-width: 640px) {
.list {
width: 68%;
}
} }
@media (min-width: 768px) { @media (min-width: 768px) {

View File

@ -20,8 +20,8 @@ fieldset {
} }
form { form {
width: 80vw; width: 90vw;
max-width: 1280px; max-width: 1920px;
} }
.button { .button {