diff --git a/components/ColorPalette.module.css b/components/ColorPalette.module.css index 01bc6a5..b605f28 100644 --- a/components/ColorPalette.module.css +++ b/components/ColorPalette.module.css @@ -16,6 +16,6 @@ flex-direction: column; align-items: center; text-align: center; - margin: calc(10rem / 16); + margin: calc(10rem / 16) calc(60rem / 16); width: calc(150rem / 16); } \ No newline at end of file diff --git a/pages/_app.css b/pages/_app.css index 73839c7..2ef65d7 100644 --- a/pages/_app.css +++ b/pages/_app.css @@ -64,8 +64,7 @@ body { background-color: var(--primary-background); color: var(--primary-text); - font-family: Inconsolata, monospace; - /* font-family: monospace; */ + font-family: 'Inconsolata', monospace; margin: 0; }