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

Версия от 13:16, 26 ноября 2020; MrGorun (обсуждение | вклад)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
  1. featured_article.card {
   width: calc(100% / 6 * 5 - 2.4rem);
   min-width: calc(650px / 6 * 5 - 0.4rem);
   flex-direction: row;

}

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

}

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

}

   #featured_article {
       background: #223c4e;
   }