مدیاویکی:Common.css: تفاوت میان نسخه‌ها

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۴۱۳: خط ۴۱۳:
     grid-template-columns: repeat(2, 1fr);
     grid-template-columns: repeat(2, 1fr);
   }
   }
}
/* Newspaper page final alignment fix */
.nw-grid {
  align-items: start !important;
}
.nw-main {
  align-self: start !important;
  margin-top: 0 !important;
}
.nw-main > .nw-card:first-child {
  margin-top: 0 !important;
}
.nw-side {
  align-self: start !important;
  margin-top: 0 !important;
}
.nw-page .nw-card {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.nw-page h1,
.nw-page h2,
.nw-page h3 {
  margin-top: 0 !important;
}
}