Fixes Header and Footer

This commit is contained in:
2023-10-26 04:48:05 -03:00
parent 6d25285b74
commit 5c9c5db016
4 changed files with 84 additions and 64 deletions

View File

@@ -20,18 +20,22 @@
padding: 20px 0;
}
.footer-links a {
color: #ffffff;
font-size: 18px;
margin: 0 10px;
}
.footer-btn {
color: #ffffff;
font-size: 18px;
border: 1px solid #ffffff;
border-radius: 50%;
margin: 0 5px;
margin: 0 10px;
width: 42px;
height: 42px;
}
.footer-btn a {
display: flex;
text-align: center;
justify-content: center;
align-items: center;
}
.footer-btn:hover {