useful icon and links
All checks were successful
Build and Deploy to Production / build (push) Successful in 45s
Build and Deploy to Production / deploy (push) Successful in 32s

This commit is contained in:
Sergei Poljanski 2026-05-05 00:57:11 +04:00
commit 7608cf15fc
Signed by: asxpi
GPG key ID: 4F8851660FA4121B
3 changed files with 47 additions and 2 deletions

View file

@ -121,6 +121,26 @@ a:hover {
padding: 24px 20px;
border-top: 1px solid #1E1E1E;
}
.footer-line {
margin-bottom: 12px;
}
.footer-links {
display: flex;
gap: 18px;
justify-content: center;
align-items: center;
}
.footer-links a {
color: #555555;
border-bottom: none;
line-height: 0;
}
.footer-links a:hover {
color: #FFFFFF;
}
.footer-links svg {
display: block;
}
/* Contact form */
.contact-form {