Increases Logo responsivness
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user