Add friends links, add recent github activity and stats, add padding to bottom to show footer

This commit is contained in:
Hamza Nasher-Alneam 2025-05-23 03:09:22 -04:00
parent 3b02e5258c
commit 5223d7c38c
4 changed files with 268 additions and 50 deletions

View file

@ -65,18 +65,6 @@ a {
color: #bbb;
}
@media only screen and (max-width: 750px) {
.footer {
grid-template-columns: auto;
}
}
@media (prefers-color-scheme: dark) {
.footer {
background-color: #000;
}
}
@ -151,6 +139,11 @@ a {
margin: auto 1rem;
transform: scale(1.5);
}
.footer {
grid-template-columns: auto;
padding: 3rem 1rem 6rem 1rem;
}
}
@media (prefers-color-scheme: dark) {
@ -162,4 +155,8 @@ a {
.menu .item img {
filter: none;
}
.footer {
background-color: #000;
}
}