Немає опису редагування
Немає опису редагування
Рядок 4: Рядок 4:
   float:none !important;
   float:none !important;
   margin-left:0 !important;
   margin-left:0 !important;
  }
  .content table {
    display:table !important;
   }
   }
}
}

Версія за 13:52, 10 квітня 2024

/** Розміщений тут CSS буде застосовуватися до всіх тем оформлення */
@media (max-width: 720px) {
  .r-box {
   float:none !important;
   margin-left:0 !important;
  }
  .content table {
    display:table !important;
  }
}