improve mobile layout
All checks were successful
continuous-integration/drone/push Build is passing

update colors
remove landing button
This commit is contained in:
2023-06-26 00:28:46 +02:00
parent 0c7eedaee8
commit 233442b099
6 changed files with 24 additions and 16 deletions

View File

@@ -30,8 +30,12 @@ const features: Array<Feature> = [
---
<div>
<Heading>Core Features & Values</Heading>
<div class="flex flex-row gap-card">
<div class="p-main py-0">
<Heading>Core Features & Values</Heading>
</div>
<div
class="flex flex-row flex-nowrap overflow-x-auto snap-x snap-mandatory gap-card overflow-y-clip p-main snap-center"
>
{
features.map((feature) => (
<CardFeature