Commit 53162170 authored by AK's avatar AK

add new border fnnotes

parent 286a5a90
.footnotes{ .footnotes{
border-top: 1px solid #ddbf7a;
margin-top: 22px; margin-top: 22px;
padding-top: 12px; 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{ .footnotes .content{
padding: 0; padding: 0;
margin: 0; margin: 0;
...@@ -23,3 +35,14 @@ ...@@ -23,3 +35,14 @@
.fn_bot{ .fn_bot{
color: #007bff; color: #007bff;
} }
@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