forked from Bunteshaus/bunteshaus.de
small fixes
This commit is contained in:
parent
3285dc0092
commit
b0ea87d4e3
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user