Skip to content

Commit

Permalink
Merge pull request #1500 from ThatConference/next/feature
Browse files Browse the repository at this point in the history
fix: viewport and formatting
  • Loading branch information
theClarkSell authored Nov 13, 2023
2 parents 96e0ecf + d9e7cda commit f6a4b6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions src/_components/activities/ActivityDetails.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -348,11 +348,11 @@
{:else}
<a
href={joinUrl}
class="relative inline-flex justify-center rounded-md border-2 border-thatBlue-500
bg-white px-4 py-2 text-sm font-medium
leading-5 text-thatBlue-500 transition
duration-150 ease-in-out
hover:bg-thatBlue-500 hover:tes xt-white
class="hover:tes xt-white relative inline-flex justify-center rounded-md
border-2 border-thatBlue-500 bg-white px-4 py-2
text-sm font-medium leading-5
text-thatBlue-500 transition
duration-150 ease-in-out hover:bg-thatBlue-500
focus:border-thatBlue-800 focus:bg-thatBlue-500
focus:text-white focus:outline-none focus:ring-thatBlue-500 active:bg-thatBlue-800">
<Icon data={signIn} class="-ml-1 mr-2 h-4 w-4 text-gray-400" />
Expand Down
4 changes: 2 additions & 2 deletions src/app.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<meta name="theme-color" content="#26529a" media="(prefers-color-scheme: light)" />
<meta name="theme-color" content="#16215A" media="(prefers-color-scheme: dark)" />
Expand Down

1 comment on commit f6a4b6f

@vercel
Copy link

@vercel vercel bot commented on f6a4b6f Nov 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.