Skip to content

Commit

Permalink
chords
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed Sep 17, 2024
1 parent 6c79e7c commit eb14c79
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions chords.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
.grouped {
display: flex;
flex-flow: row wrap;
padding-bottom: 12px;
margin-bottom: 12px;
background-color: beige;
border-radius: 5px;
}

h1 {
Expand All @@ -102,13 +106,14 @@

<script>
const chords_configuration = {
style: "normal",
titleFontSize: 50,
titleBottomMargin: 20,
sidePadding: 0.2,
fretSize: 1.35,
fingerSize: 0.7,
fingerColor: '#333',
fingerTextSize: 28,
fingerColor: "#333",
fingerTextSize: 28
}

function createChord(root_div_id, chord) {
Expand Down

0 comments on commit eb14c79

Please sign in to comment.