ZexisStryfe (talk | contribs) (Created page with "#featured_article.card { width: calc(100% / 6 * 5 - 0.4rem); min-width: calc(860px / 6 * 5 - 0.4rem); flex-direction: row; } #featured_article .card-image { w...") |
ZexisStryfe (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
#featured_article .card-image { | #featured_article .card-image { | ||
width: calc( | width: calc(1060px * 6 / 3 - 2.4rem); | ||
overflow: hidden; | overflow: hidden; | ||
background-color: #72777d; | background-color: #72777d; | ||
Line 12: | Line 12: | ||
#featured_article .card-image img { | #featured_article .card-image img { | ||
height: | height: 100%; | ||
width: auto; | width: auto; | ||
position: relative; | position: relative; |
Revision as of 19:59, 16 October 2020
#featured_article.card {
width: calc(100% / 6 * 5 - 0.4rem);
min-width: calc(860px / 6 * 5 - 0.4rem);
flex-direction: row;
}
#featured_article .card-image {
width: calc(1060px * 6 / 3 - 2.4rem);
overflow: hidden;
background-color: #72777d;
}
#featured_article .card-image img {
height: 100%;
width: auto;
position: relative;
/* Edit thumbnail offset here */
/* margin-left: 100%; */
}