Skip to content

Commit

Permalink
landing page text and layout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
me-imfhd committed Nov 16, 2023
1 parent 54567ae commit 8d71d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function Landing() {
TrusthAuthx: Low-Code Auth Infra for the web{" "}
<span className="text-[#9EFE00]">_</span>
</div>
<div className="my-3 text-sm flex flex-col gap-8 md:w-[45%] md:pl-16 ">
<div className="my-3 text-[1rem] flex flex-col gap-8 md:w-[45%] md:pl-16 ">
<p className="text-zinc-300">
{"Appwrite's"} open-source platform lets you add Auth, DBs,
Functions and Storage to your product and build any
Expand Down Expand Up @@ -71,7 +71,7 @@ export function Landing() {
</Link>
</div>
</div>
<button className="flex items-center gap-2 rounded-full text-gray-400 mix-blend-exclusion md:gap-4">
<button className="flex md:-mt-14 items-center gap-2 rounded-full text-gray-400 mix-blend-exclusion md:gap-4">
<svg
xmlns="http://www.w3.org/2000/svg"
width="46"
Expand Down

0 comments on commit 8d71d20

Please sign in to comment.