feat: add AttributionsView

This commit is contained in:
Sebin Nyshkim 2022-10-03 19:25:56 +02:00
parent e7ffb63e43
commit 0683ff26c5
3 changed files with 45 additions and 0 deletions

View file

@ -83,6 +83,10 @@ import { RouterLink } from "vue-router";
}
}
&:last-child {
margin: var(--navigation-link-last-child-margin);
}
> * {
flex: 1 0 0;
}