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> <template>
<svg <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="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 230 230" viewBox="0 0 230 230"
@@ -198,6 +198,10 @@
</svg> </svg>
</template> </template>
<script>
export default {};
</script>
<style> <style>
.brand-logo { .brand-logo {
animation: 1s appear; animation: 1s appear;