Edit footer
This commit is contained in:
parent
d4e7a26dd4
commit
492e0277fb
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue