You've already forked AstralRinth
forked from didirus/AstralRinth
Update logo documentation (#14)
* Update logo documentation * remove redunant class * fix style on safari * Fix favicon
This commit is contained in:
@@ -4,6 +4,9 @@ import svgLoader from 'vite-svg-loader'
|
|||||||
export default {
|
export default {
|
||||||
title: 'Omorphia',
|
title: 'Omorphia',
|
||||||
description: 'A components library used for Modrinth.',
|
description: 'A components library used for Modrinth.',
|
||||||
|
head: [
|
||||||
|
['link', { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
|
||||||
|
],
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
sidebar: [
|
sidebar: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -15,3 +15,9 @@
|
|||||||
<TextLogo :animate="false" />
|
<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>
|
<style lang="scss" scoped>
|
||||||
div {
|
div {
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
height: 5rem;
|
height: 5rem;
|
||||||
margin-top: 1rem;
|
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
width: 5rem;
|
width: 5rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user