diff options
author | Grant Shangreaux <grant@unabridgedsoftware.com> | 2022-05-28 15:20:42 -0500 |
---|---|---|
committer | Grant Shangreaux <grant@unabridgedsoftware.com> | 2022-05-28 15:20:42 -0500 |
commit | 0c4969f0d5065706b97634a297bc478f79e5f739 (patch) | |
tree | 4c7427b825e72d32babf8cbb2faaa5c7cd1c9192 | |
parent | 909cc78dc702573f9ac5cea88d43e91f168d4316 (diff) |
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | style.css | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -12,7 +12,7 @@ Still in the works, but you can listen to the music of my 2019 music journal. I intend to add writings to add to the musical/life journey of the past year. More tapes will be added to the collection over time. Click on a tape to put - it in the "tape deck" and then press play. Enjoy! sh.sh. + it in the "tape deck" and then press play. Enjoy! </p> </div> <div class="tape-container"> @@ -3,6 +3,7 @@ body { font-family: "UnifontMedium"; font-weight: normal; font-style: normal; + font-size: 1.2em; } p { |