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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 4 deletions

View File

@ -4,6 +4,9 @@ import svgLoader from 'vite-svg-loader'
export default {
title: 'Omorphia',
description: 'A components library used for Modrinth.',
head: [
['link', { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
],
themeConfig: {
sidebar: [
{

View File

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

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -101,11 +101,7 @@ export default {
<style lang="scss" scoped>
div {
display: flex;
justify-content: center;
align-items: center;
height: 5rem;
margin-top: 1rem;
svg {
width: 5rem;