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

Версия от 01:31, 5 января 2022; MrGorun (обсуждение | вклад) (MrGorun изменил модель содержимого страницы Шаблон:Dungeon Crusher Wiki/Featured article/styles.css с «обычный текст» на «Sanitized 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;
    }