💄 style: smaller socials; add Zola & tabi mention

💄 style: smaller socials; add Zola & tabi mention
This commit is contained in:
Óscar
2023-03-08 00:57:11 +01:00
committed by GitHub
2 changed files with 10 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ footer nav {
.social {
background-image: unset;
padding: 1vmin;
padding: 0.5vmin;
display: flex;
justify-content: center;
align-items: center;
@@ -38,9 +38,8 @@ footer nav {
.social>img {
color: #000000;
aspect-ratio: 1/1;
width: 1.6rem;
width: 1.5rem;
height: auto;
padding: 0.7vmin;
}
.social {
@@ -64,3 +63,8 @@ footer nav {
}
}
}
.credits {
font-size: 0.88rem;
color: var(--meta-color);
}