DmitrMakeev commited on
Commit
3a2e905
·
verified ·
1 Parent(s): 5932c99

Update pages.html

Browse files
Files changed (1) hide show
  1. pages.html +2 -1
pages.html CHANGED
@@ -422,7 +422,7 @@ z-index: 1000; /* Убедитесь, что кнопка находится п
422
  position: absolute;
423
  bottom: 0;
424
  left: 0;
425
- margin-bottom: 20px; /* Добавленный отступ снизу */
426
  }
427
 
428
  /* Стили для кнопки "Показать/Скрыть" */
@@ -438,6 +438,7 @@ z-index: 1000; /* Убедитесь, что кнопка находится п
438
  font-size: 16px;
439
  border-radius: 5px;
440
  cursor: pointer;
 
441
 
442
  }
443
 
 
422
  position: absolute;
423
  bottom: 0;
424
  left: 0;
425
+
426
  }
427
 
428
  /* Стили для кнопки "Показать/Скрыть" */
 
438
  font-size: 16px;
439
  border-radius: 5px;
440
  cursor: pointer;
441
+ bottom: 20px; /* Добавленный отступ снизу */
442
 
443
  }
444