Update logo documentation (#14)
* Update logo documentation * remove redunant class * fix style on safari * Fix favicon
This commit is contained in:
parent
3faf777db1
commit
74773ade62
@ -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: [
|
||||
{
|
||||
|
||||
@ -15,3 +15,9 @@
|
||||
<TextLogo :animate="false" />
|
||||
```
|
||||
|
||||
<style scoped>
|
||||
svg {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user