Commit 53162170 authored by AK's avatar AK

add new border fnnotes

parent 286a5a90
.footnotes{
border-top: 1px solid #ddbf7a;
margin-top: 22px;
padding-top: 12px;
}
.footnotes::before {
content: '';
display: block; /* Для правильного отображения SVG */
width: 600px; /* Ширина SVG */
height: 23px; /* Высота SVG */
background-image: url('/lib/tpl/archivarius/pub/img/fon2.svg'); /* Путь к вашему SVG */
background-size: contain; /* Масштабирование изображения */
background-repeat: no-repeat; /* Без повторений */
padding-bottom: 52px;
margin: 0 auto; /* Отступ сверху и центровка */
}
.footnotes .content{
padding: 0;
margin: 0;
......@@ -22,4 +34,15 @@
.fn_bot{
color: #007bff;
}
\ No newline at end of file
}
@media (max-width: 768px) {
.footnotes::before {
width: 403px;
height: 18px;
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment