diff --git a/songs.html b/index.html similarity index 92% rename from songs.html rename to index.html index 76f49c5..c473f43 100644 --- a/songs.html +++ b/index.html @@ -10,8 +10,16 @@ - + +
+ +
+

Songs of the Second Age: Character Sheet

diff --git a/sheet.css b/sheet.css index 855937c..2626cb7 100644 --- a/sheet.css +++ b/sheet.css @@ -122,6 +122,10 @@ h1 { display: none; } +.hidden { + visibility: hidden; +} + .grow-wrap { display: grid; }