useful icon and links
This commit is contained in:
parent
1ab09043ee
commit
7608cf15fc
3 changed files with 47 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue