Skip to content

Commit

Permalink
style: reorder class names for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
developStorm committed Nov 18, 2024
1 parent 9467b71 commit 7a403f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function ActionBtn(props: ButtonHTMLAttributes<HTMLButtonElement>) {
return (
<button
{...props}
className={`flex items-center border-2 border-gray-700 fill-gray-700 py-3 px-8 text-lg font-bold italic text-gray-700 focus:border-gray-300 focus:outline-none md:text-xl ${props.className}`}
className={`flex items-center border-2 border-gray-700 fill-gray-700 px-8 py-3 text-lg font-bold italic text-gray-700 focus:border-gray-300 focus:outline-none md:text-xl ${props.className}`}
/>
);
}
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function IndexPage() {
</p>
</div>
</div>
<p className="hyphens-auto mt-7 text-justify md:w-4/6">
<p className="mt-7 hyphens-auto text-justify md:w-4/6">
Because online services want to monitor your digital life! When you
tap share buttons, innocent-looking random strings are placed in the
links you get - they are actually{" "}
Expand All @@ -108,7 +108,7 @@ export default function IndexPage() {
<H1 id="privacy" className="mt-24 !font-bold">
Privacy
</H1>
<p className="hyphens-auto mt-7 text-justify md:w-4/6">
<p className="mt-7 hyphens-auto text-justify md:w-4/6">
As a service that aims to protect your privacy, we do not collect
any information from you without your explicitly consent. When we
fail to sanitize specific link(s), we may ask if you would like to
Expand Down

0 comments on commit 7a403f2

Please sign in to comment.