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?
misc = true
#do you want an rss link?
rss = true
#do you want to show a link to the sourcecode?
sourcecode = true

View File

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

View File

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

View File

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

View File

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

View File

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