Update logo documentation (#14)

* Update logo documentation

* remove redunant class

* fix style on safari

* Fix favicon
This commit is contained in:
Geometrically
2023-03-02 16:29:00 -07:00
committed by GitHub
parent 3faf777db1
commit 74773ade62
5 changed files with 9 additions and 4 deletions

View File

@@ -15,3 +15,9 @@
<TextLogo :animate="false" />
```
<style scoped>
svg {
width: 100%;
height: auto;
}
</style>