small fixes

This commit is contained in:
teldra 2022-04-11 18:28:33 +02:00
parent 3285dc0092
commit b0ea87d4e3
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,6 @@ article {
flex-shrink: 0;
background-color: var(--background);
padding: 1rem;
align-items: stretch;
margin-bottom: 2rem;
border-radius: 10px;
}
@ -30,6 +29,7 @@ article #readmore {
#articlemeta {
margin-bottom: 1rem;
margin-left: .3rem;
}
#articletext img {
@ -61,6 +61,7 @@ article #readmore {
#articleinner {
display: flex;
flex-direction: column-reverse;
margin-left: .3rem;
}
#article_footer {