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