small fixes

This commit is contained in:
teldra 2022-04-11 19:41:10 +02:00
parent 272f9c71fc
commit 7cc9007e29
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,7 @@ article {
padding: 1rem;
margin-bottom: 2rem;
border-radius: 10px;
align-items: stretch;
}
#articletitle h2 {
@ -62,7 +63,6 @@ article #readmore {
display: flex;
flex-direction: column-reverse;
margin-left: .3rem;
align-items: stretch;
}
#article_footer {