Update file style.css

This commit is contained in:
Jan BELLON 2024-03-11 18:43:19 +00:00
parent f25bed6a96
commit 114ea55ae5

View File

@ -96,15 +96,14 @@ a {
.article-preview { .article-preview {
padding: 0.5em; padding: 0.5em;
display: flex;
} }
.article-preview .article-illustration { .article-preview .article-illustration {
display: inline-block;
padding-right: 1em; padding-right: 1em;
} }
.article-preview .article-details { .article-preview .article-details {
display: inline-block;
vertical-align: top; vertical-align: top;
} }