Update footer style

This commit is contained in:
2021-01-25 22:53:56 +11:00
parent b60db71032
commit 333ca31ec7
+5 -2
View File
@@ -40,9 +40,12 @@
© 2020 toozhao.com
</span>
</b-col>
<b-col md="3">
<b-col md="3" class="contact-me">
<a href="mailto:me@toozhao.com" class="contact">Contact me</a>
</b-col>
<b-col md="3">
</b-col>
</b-row>
<template #overlay>
<div class="text-center" v-if="hasError">
@@ -139,7 +142,7 @@ html {
font-size: 13px;
background: #eee;
padding: 5vh 0;
.copyright {
.copyright, .contact-me {
display: flex;
align-items: center;
justify-content: center;