Skip to content

Commit

Permalink
Fit style to the yorkie example page (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
blurfx authored Oct 21, 2023
1 parent b3587d1 commit cd0e102
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/nextjs-scheduler/app/styles/globals.css
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -9,6 +9,7 @@ body {
-moz-osx-font-smoothing: grayscale;
font-size: 17px;
color: #2f2f2f;
background-color: #cccccc;
}

input {
Expand Down

0 comments on commit cd0e102

Please sign in to comment.