🎨 refactor: turn macros into partials & sort CSS (#146)

This commit is contained in:
Óscar
2023-09-12 21:28:33 +02:00
committed by GitHub
parent cc029d0b19
commit 14ccb208cf
33 changed files with 392 additions and 421 deletions

View File

@@ -17,10 +17,10 @@ footer nav {
}
.socials {
justify-content: center;
flex-grow: 0;
display: flex;
flex-grow: 0;
flex-wrap: wrap;
justify-content: center;
align-items: flex-end;
svg {
@@ -33,18 +33,18 @@ footer nav {
}
.social {
background-image: unset;
padding: 0.5vmin;
display: flex;
justify-content: center;
align-items: center;
background-image: unset;
padding: 0.5vmin;
}
.social > img {
color: #000000;
aspect-ratio: 1/1;
width: 1.5rem;
height: auto;
color: #000000;
}
.social {
@@ -70,8 +70,8 @@ footer nav {
}
.credits {
font-size: 0.88rem;
color: var(--meta-color);
font-size: 0.88rem;
text-align: center;
p {