update
This commit is contained in:
parent
d6eb135336
commit
a16dc64155
3 changed files with 1 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
import Home from '../content/docs/home.mdx'
|
import Home from '../content/home.mdx'
|
||||||
---
|
---
|
||||||
<Home/>
|
<Home/>
|
||||||
<style is:global>.content {flex-direction: column !important;}</style>
|
<style is:global>.content {flex-direction: column !important;}</style>
|
|
@ -4,9 +4,6 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
img {
|
|
||||||
width: 50%;
|
|
||||||
}
|
|
||||||
.splash-action {
|
.splash-action {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
|
|
Loading…
Reference in a new issue