mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2025-06-07 05:44:15 -04:00
Add friends links, add recent github activity and stats, add padding to bottom to show footer
This commit is contained in:
parent
3b02e5258c
commit
5223d7c38c
4 changed files with 268 additions and 50 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue