Adds PhotoAlbum, CreatorHome, AboutCreator.
This commit is contained in:
@@ -9,7 +9,7 @@ const { t } = useI18n();
|
||||
|
||||
<template>
|
||||
|
||||
<footer class="flex flex-col gap-10">
|
||||
<footer class="flex flex-col gap-10 pt-7 pb-10">
|
||||
|
||||
<div class="footer-socials">
|
||||
<a href="https://www.facebook.com/profile.php?id=61556819217561" target="_blank">
|
||||
@@ -76,17 +76,17 @@ const { t } = useI18n();
|
||||
|
||||
.footer-copyright {
|
||||
@apply flex justify-center;
|
||||
@apply text-hOnBackground tracking-widest font-sans text-sm uppercase;
|
||||
@apply text-hOnBackground tracking-widest font-sans text-sm;
|
||||
}
|
||||
|
||||
.social-icon {
|
||||
@apply fill-current w-8 h-8;
|
||||
@apply fill-current w-6 h-6;
|
||||
@apply text-hOnBackground;
|
||||
}
|
||||
|
||||
.link {
|
||||
@apply text-hOnBackground;
|
||||
@apply tracking-widest font-sans text-sm uppercase;
|
||||
@apply tracking-widest font-sans text-sm;
|
||||
@apply hover:text-gray-400;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user