diff --git a/README.md b/README.md index 1b9502b..97603d0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # rnbo-step-sequencer -a step sequencer built with [Max](https://cycling74.com/), [RNBO](https://cycling74.com/products/rnbo), and [p5]([p5.js](https://p5js.org/)) canvases to modulate chosen parameters. +a step sequencer built with [Max](https://cycling74.com/), [RNBO](https://cycling74.com/products/rnbo), and [p5.js]([p5.js](https://p5js.org/)) canvases to modulate chosen parameters. live github build: https://krismakesstuff.github.io/rnbo-step-sequencer/ diff --git a/style/sytle.css b/style/sytle.css index 15aab3e..acd46f9 100644 --- a/style/sytle.css +++ b/style/sytle.css @@ -57,7 +57,7 @@ body{ 'osc1-canvas-wrapper'; grid-template-columns: 100% 0%; - grid-template-rows: 100px auto 100px auto auto auto auto ; + grid-template-rows: 80px auto 100px auto auto auto auto ; /* grid-template-rows: repeat(7, auto); */ width: 1000px; @@ -78,6 +78,7 @@ body{ #site-title{ font-size: var(--titleFontSize); text-align: center; + margin-left: 10px; color: var(--color1); }