Update About component and styles for responsive design

This commit is contained in:
dertyp7
2024-01-13 17:42:17 +01:00
parent 7715d626ad
commit 9b487cab47
3 changed files with 41 additions and 1 deletions

View File

@@ -33,4 +33,20 @@
}
}
}
@media (max-width: 1150px) {
padding: 5rem 2rem;
}
@media (max-width: 600px) {
.social-links {
flex-direction: column;
align-items: stretch;
a {
width: 100%;
text-align: center;
}
}
}
}