Edit footer

This commit is contained in:
Paul Nicoué 2022-12-09 16:59:39 +01:00
parent d4e7a26dd4
commit 492e0277fb

View file

@ -14,12 +14,13 @@
<style lang="scss"> <style lang="scss">
footer { footer {
padding: 2rem; padding: 4rem 2rem;
} }
.contact { .contact {
font-family: var(--title-font-family); font-family: var(--title-font-family);
font-size: 1.4rem; font-size: 1.4rem;
font-weight: var(--light-font-weight);
text-align: center; text-align: center;
a { a {