Update file style.css

This commit is contained in:
Jan BELLON 2024-03-11 19:15:14 +00:00
parent bcdf1fc981
commit fd4fade660

View File

@ -151,7 +151,7 @@ a {
.article-miniature {
margin: 0 auto;
max-width: 80%;
width: 40%;
}
.row {
@ -206,4 +206,7 @@ a {
.article-preview .article-resume {
font-size: 1.2em;
}
.article-miniature {
width: 40%;
}
}