Шаблон:Dungeon Crusher Wiki/Featured article/styles.css

#featured_article.card {
    width: calc(100% / 6 * 5 - 2.4rem);
    min-width: calc(650px / 6 * 5 - 0.4rem);
    flex-direction: row;
}

#featured_article .card-image {
    width: calc(860px / 2 - 2.4rem);
    overflow: hidden;
}

#featured_article .card-image img {
    width: auto;
    position: relative;
    /* Edit thumbnail offset here */
    /* margin-left: 100%; */
}

    #featured_article {
        background: #223c4e;
    }