new logo link

This commit is contained in:
Tim Zieger 2020-04-21 09:24:00 +02:00
parent 1640f9d47d
commit b2beafa5df

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="header"> <div class="header">
<div> <div>
<img alt="Vue logo" src="../../assets/logo.png"> <img alt="Vue logo" src="../../assets/logo.svg">
</div> </div>
<div> <div>
@ -41,9 +41,8 @@ name: "Header"
.header img { .header img {
float: left; float: left;
height: 50px;
width: 30%; width: auto;
height: auto;
padding: 10px; padding: 10px;
} }