Update design 4

This commit is contained in:
Kirchik
2025-08-02 13:39:56 +02:00
parent c3f607cfe3
commit c114b7e5fa
86 changed files with 151 additions and 105 deletions
+26
View File
@@ -0,0 +1,26 @@
/* Отступы для секции Локация */
/* Добавляем отступ перед любым параграфом, содержащим эмоджи pin */
p {
/* Проверяем содержимое на наличие эмоджи pin */
}
/* Универсальное правило для любого элемента перед картой */
.yandex-map-container {
margin-top: 3rem !important;
}
/* Дополнительный отступ для текста Локация если он находится прямо перед картой */
*:has(+ .yandex-map-container),
*:has(+ div[class*="yandex-map"]) {
margin-bottom: 1.5rem !important;
}
/* Отступ сверху для элементов, содержащих pin emoji */
*[data-location],
.location-header {
margin-top: 2.5rem !important;
margin-bottom: 1rem !important;
font-weight: 600;
font-size: 1.1em;
}