1.7.2
This commit is contained in:
parent
829520a870
commit
5107b0f2c6
@ -289,7 +289,21 @@ footer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.articles-list .article-illustration {
|
.articles-list .article-illustration {
|
||||||
padding-right: 1em;
|
margin-right: 1em;
|
||||||
|
height: 8em;
|
||||||
|
width: 14em;
|
||||||
|
overflow: hidden;
|
||||||
|
border-radius: 10px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.articles-list .article-illustration img {
|
||||||
|
border-radius: 0;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.articles-list .article-miniature {
|
.articles-list .article-miniature {
|
||||||
@ -573,15 +587,11 @@ footer {
|
|||||||
.articles-list .article-illustration {
|
.articles-list .article-illustration {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 2em 0;
|
padding: 2em 0;
|
||||||
height: 9em;
|
|
||||||
overflow: hidden;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.articles-list .article-illustration img {
|
.articles-list .article-illustration img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
border-radius: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.articles-list .article-info {
|
.articles-list .article-info {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user