mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-04-05 19:30:21 +00:00
simplify styling
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
@apply text-foreground;
|
@apply text-foreground;
|
||||||
@apply text-3xl;
|
@apply text-3xl;
|
||||||
@apply font-semibold;
|
@apply font-semibold;
|
||||||
@apply mb-3 pt-6;
|
@apply mb-3;
|
||||||
}
|
}
|
||||||
|
|
||||||
:global(.markdown h2) {
|
:global(.markdown h2) {
|
||||||
|
|||||||
@@ -18,9 +18,9 @@
|
|||||||
} = $props();
|
} = $props();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="grow flex flex-col items-center px-12 pt-6 pb-12">
|
<div class="grow flex flex-col items-center p-12">
|
||||||
<div class="max-w-5xl flex flex-row gap-24">
|
<div class="max-w-5xl flex flex-row gap-24">
|
||||||
<div class="hidden md:flex flex-col gap-2 w-40 sticky top-[108px] self-start shrink-0">
|
<div class="hidden md:flex flex-col gap-2 w-40 sticky top-26 self-start shrink-0">
|
||||||
<div class="mb-2">
|
<div class="mb-2">
|
||||||
<AlgoliaDocSearch />
|
<AlgoliaDocSearch />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user