Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
shunkakinoki committed Nov 7, 2021
1 parent 0e34f3f commit 48fd042
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Clock/Clock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const Clock: FC = () => {
}, []);

return (
<section className="px-3 w-full text-black dark:text-white">
<section className="py-12 md:py-16 lg:py-24 px-3 w-full text-black dark:text-white">
<div className="flex flex-col justify-center items-center">
<h6 className="text-2xl md:text-3xl lg:text-4xl">
{time.toLocaleString("en", {
Expand Down
1 change: 0 additions & 1 deletion src/components/Clock/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export { Clock } from "./Clock";
export type { Props } from "./Clock";

0 comments on commit 48fd042

Please sign in to comment.