add social button
This commit is contained in:
@@ -475,6 +475,19 @@ footer {
|
||||
padding: 30px 0;
|
||||
text-align: center;
|
||||
}
|
||||
.social-links {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 30px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.social-link {
|
||||
color: white;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
.social-link:hover {
|
||||
color: var(--primary);
|
||||
}
|
||||
|
||||
/* Responsive */
|
||||
@media (max-width: 1024px) {
|
||||
|
||||
Reference in New Issue
Block a user