diff options
| author | Brian Cully <bjc@spork.org> | 2025-07-28 12:09:34 -0400 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-07-28 12:09:34 -0400 |
| commit | b48584e5ab4b14464cb144c7de9543ecf756c65d (patch) | |
| tree | 1a9192a7c69cf210257b88cf1612f31fd21d7178 /main.css | |
| parent | 195f2fdca8d4f750a7952516b0a72c2c8ee9b4a6 (diff) | |
| download | chords-b48584e5ab4b14464cb144c7de9543ecf756c65d.tar.gz chords-b48584e5ab4b14464cb144c7de9543ecf756c65d.zip | |
pad out the fretboard buttons
Diffstat (limited to 'main.css')
| -rw-r--r-- | main.css | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -47,6 +47,10 @@ x-string form { grid-template-columns: repeat(10, 26px); /* and use ‘fr’ */ } +x-string:last-of-type form { + padding-bottom: 1em; +} + x-string input { padding: 0; margin: 2px; @@ -74,8 +78,7 @@ x-string .selected { x-fretboard { display: block; float: left; - padding-right: 1em; - margin-right: 1em; + padding: 1em; } x-fretboard .save { |
