mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
🎨 refactor: turn macros into partials & sort CSS (#146)
This commit is contained in:
parent
cc029d0b19
commit
14ccb208cf
33 changed files with 392 additions and 421 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue