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

Матеріал з Вікіпедія ЄСІТС
Перейти до навігації Перейти до пошуку
Рядок 3: Рядок 3:
   display: grid;
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));  /* ↓ було 460px */
   grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));  /* ↓ було 460px */
   gap: 402px;  /* трохи компактніше */
   gap: 42px;  /* трохи компактніше */
   max-width: 1440px;  /* ↓ було 1600px */
   max-width: 1440px;  /* ↓ було 1600px */
   margin: 40px auto;
   margin: 40px auto;

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