Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions landing/public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion landing/src/assets/astro.svg

This file was deleted.

1 change: 0 additions & 1 deletion landing/src/assets/background.svg

This file was deleted.

4 changes: 2 additions & 2 deletions landing/src/components/FeaturesSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ const mainFeatures = [

<section
id="features"
class="flex min-h-screen w-screen scroll-m-10 flex-col items-center justify-center bg-white py-16 md:py-20 lg:py-28"
class="flex w-full scroll-m-10 flex-col items-center justify-center bg-white py-16 md:py-20 lg:py-28"
>
<ContentWrapper
className="font-aeonik text-primary flex w-full flex-col items-center justify-center gap-10 max-sm:px-8 sm:gap-14 md:gap-16 lg:gap-20"
className="font-aeonik text-primary flex flex-col items-center justify-center gap-10 sm:gap-14 md:gap-16 lg:gap-20"
>
<h1 class="text-center text-2xl font-bold">Main features</h1>

Expand Down
2 changes: 1 addition & 1 deletion landing/src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const { title } = Astro.props;
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/svg+xml" href="/live-debugger/favicon.svg" />
<title>{title}</title>
</head>
<body>
Expand Down