From cd0e102b0983ec6aaef3800db6edee1ea1e8f88f Mon Sep 17 00:00:00 2001 From: changhui lee Date: Sat, 21 Oct 2023 22:23:21 +0900 Subject: [PATCH] Fit style to the yorkie example page (#675) --- examples/nextjs-scheduler/app/styles/globals.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/nextjs-scheduler/app/styles/globals.css b/examples/nextjs-scheduler/app/styles/globals.css index 8f7100a0f..34ca599dd 100644 --- a/examples/nextjs-scheduler/app/styles/globals.css +++ b/examples/nextjs-scheduler/app/styles/globals.css @@ -1,6 +1,6 @@ body { display: flex; - padding: 5rem; + padding: 1rem; justify-content: center; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", @@ -9,6 +9,7 @@ body { -moz-osx-font-smoothing: grayscale; font-size: 17px; color: #2f2f2f; + background-color: #cccccc; } input {