Footer layout

This commit is contained in:
Jonatan Schultz 2021-08-24 18:09:24 +02:00
parent c9dedf8a4e
commit 8494ae73fb
2 changed files with 12 additions and 65 deletions

View File

@ -1,13 +1,3 @@
.root {
@apply border-t border-accent-2;
}
.link {
& > svg {
@apply transform duration-75 ease-linear;
}
&:hover > svg {
@apply scale-110;
}
@apply py-10 mt-5;
}

File diff suppressed because one or more lines are too long