Новые правки в Footer

This commit is contained in:
Web-serfer 2026-05-01 23:39:38 +05:00
parent 3fa295e076
commit eab0b9061d

View file

@ -201,7 +201,8 @@ const currentYear = new Date().getFullYear().toString();
padding: 0;
margin: 0;
display: flex;
gap: 1.5rem;
flex-wrap: wrap;
gap: 1rem 1.5rem;
}
.footer-bottom-links a {
@ -284,6 +285,10 @@ const currentYear = new Date().getFullYear().toString();
text-align: center;
}
.footer-bottom-links {
justify-content: center;
}
.visitor-counters {
flex-direction: column;
gap: 0.5rem;