Skip to content

Commit

Permalink
Merge pull request #6 from PaiJi/add-button-margin
Browse files Browse the repository at this point in the history
style: add margin to download button container
  • Loading branch information
PaiJi authored May 19, 2024
2 parents 24fec0a + 84d7230 commit bd9f4ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Theme.astro
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const buttonCls =
</p>
</div>

<div class="flex gap-4">
<div class="flex gap-4 mt-4">
<a
class={`${buttonCls} bg-link hover:bg-link-deep`}
href={`netnewswire://theme/add?url=${installUrl}`}
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Header from "./Header";
<meta name="generator" content={Astro.generator} />
<title>{title}</title>
</head>
<body class="max-w-screen-lg mx-1 md:mx-auto">
<body class="max-w-screen-lg mx-2 md:mx-auto">
<Header />
<slot />
<Footer />
Expand Down

0 comments on commit bd9f4ce

Please sign in to comment.