Skip to content

Commit

Permalink
small style adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
krismakesstuff committed Mar 6, 2024
1 parent fb3a70b commit 57d3286
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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/

Expand Down
3 changes: 2 additions & 1 deletion style/sytle.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -78,6 +78,7 @@ body{
#site-title{
font-size: var(--titleFontSize);
text-align: center;
margin-left: 10px;
color: var(--color1);
}

Expand Down

0 comments on commit 57d3286

Please sign in to comment.