Відмінності між версіями «Шаблон:Mainpage»

Матеріал з Вікіпедія ЄСІТС
Перейти до навігації Перейти до пошуку
Рядок 2: Рядок 2:
.mainpage-grid {
.mainpage-grid {
   display: grid;
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(480px, 1fr)); /* ↑ было 420px */
   grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
   gap: 42px;
   gap: 40px;
   max-width: 1440px;
   padding: 0 32px;       /* отступы по бокам */
   margin: 40px auto;
   margin: 40px auto;
  padding: 0 20px;
}
}



Версія за 03:58, 4 квітня 2025