mirror of
https://github.com/sussy-code/docs.git
synced 2026-05-11 20:40:35 +00:00
place cards in a box lol
This commit is contained in:
parent
d7154c86a7
commit
6914e6f22f
1 changed files with 39 additions and 40 deletions
|
|
@ -27,10 +27,8 @@ export default function LandingPage() {
|
||||||
</Button>
|
</Button>
|
||||||
</Hero.Actions>
|
</Hero.Actions>
|
||||||
</Hero>
|
</Hero>
|
||||||
|
<Frame plain={true}>
|
||||||
<CardGrid>
|
<CardGrid>
|
||||||
<Card icon="mdi:server-network" title="Easy to host">
|
|
||||||
Can be easily hosted on any static website host.
|
|
||||||
</Card>
|
|
||||||
<Card icon="material-symbols:hangout-video-off" title="No Ads">
|
<Card icon="material-symbols:hangout-video-off" title="No Ads">
|
||||||
sudo-flix will never show ads, enjoy watching without interruptions.
|
sudo-flix will never show ads, enjoy watching without interruptions.
|
||||||
</Card>
|
</Card>
|
||||||
|
|
@ -67,6 +65,7 @@ export default function LandingPage() {
|
||||||
a native app.
|
a native app.
|
||||||
</Card>
|
</Card>
|
||||||
</CardGrid>
|
</CardGrid>
|
||||||
|
</Frame>
|
||||||
</GuiderLayout>
|
</GuiderLayout>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue