Use SVG logo instead of raw title

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-04-24 17:36:25 +02:00
parent bed9843539
commit aaa1111cab
3 changed files with 9 additions and 16 deletions

View File

@@ -131,5 +131,9 @@ export default class NavBar extends Vue {
nav {
border-bottom: solid 1px #0a0a0a;
.navbar-item img {
max-height: 2.5em;
}
}
</style>