|
@@ -13,9 +13,8 @@
|
|
:href="`${this.github}`"
|
|
:href="`${this.github}`"
|
|
target="_blank"
|
|
target="_blank"
|
|
title="GitHub Repository"
|
|
title="GitHub Repository"
|
|
|
|
+ >GitHub</a
|
|
>
|
|
>
|
|
- GitHub
|
|
|
|
- </a>
|
|
|
|
<router-link title="About Musare" to="/about"
|
|
<router-link title="About Musare" to="/about"
|
|
>About</router-link
|
|
>About</router-link
|
|
>
|
|
>
|
|
@@ -93,12 +92,13 @@ export default {
|
|
|
|
|
|
#footer-links {
|
|
#footer-links {
|
|
order: 2;
|
|
order: 2;
|
|
|
|
+
|
|
:not(:last-child) {
|
|
:not(:last-child) {
|
|
border-right: solid 1px var(--primary-color);
|
|
border-right: solid 1px var(--primary-color);
|
|
}
|
|
}
|
|
|
|
|
|
a {
|
|
a {
|
|
- padding: 0 7px;
|
|
|
|
|
|
+ padding: 0 7px 0 4px;
|
|
color: var(--primary-color);
|
|
color: var(--primary-color);
|
|
|
|
|
|
&:first-of-type {
|
|
&:first-of-type {
|