FIX: smaller footer.
Smaller footer notes
This commit is contained in:
parent
caa5d277dd
commit
4d846865e1
2 changed files with 12 additions and 2 deletions
|
@ -2,6 +2,14 @@
|
|||
align-items: center;
|
||||
padding: 1rem 15vw;
|
||||
|
||||
& .notes {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
justify-content: space-evenly;
|
||||
gap: 3rem .5rem;
|
||||
}
|
||||
|
||||
& a:hover {
|
||||
color: var(--color-orange);
|
||||
}
|
||||
|
|
|
@ -5,8 +5,10 @@
|
|||
<NuxtLink v-bind="rest">{{label}}</NuxtLink>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="notes">
|
||||
<p>Natürlich ohne Cookies und Tracker.</p>
|
||||
<p>Made with nuxt, typescript & postcss</p>
|
||||
<p>Made with nuxt, typescript & postcss.</p>
|
||||
</div>
|
||||
<p>© 2024 by <a href="https://webfussel.de">webfussel</a></p>
|
||||
</footer>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue