Новые правки в Footer
This commit is contained in:
parent
3fa295e076
commit
eab0b9061d
1 changed files with 6 additions and 1 deletions
|
|
@ -201,7 +201,8 @@ const currentYear = new Date().getFullYear().toString();
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 1.5rem;
|
flex-wrap: wrap;
|
||||||
|
gap: 1rem 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-bottom-links a {
|
.footer-bottom-links a {
|
||||||
|
|
@ -284,6 +285,10 @@ const currentYear = new Date().getFullYear().toString();
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer-bottom-links {
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
.visitor-counters {
|
.visitor-counters {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue