Increases Logo responsivness

This commit is contained in:
2020-11-03 19:26:55 +01:00
parent 0a0c890921
commit 449f7778c0

View File

@@ -1,6 +1,6 @@
<template>
<svg
class="brand-logo w-24 md:w-40"
class="brand-logo w-24 md:w-32"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 230 230"
@@ -198,6 +198,10 @@
</svg>
</template>
<script>
export default {};
</script>
<style>
.brand-logo {
animation: 1s appear;