diff --git a/app.css b/app.css index 23092c4..92ecf7d 100644 --- a/app.css +++ b/app.css @@ -1,5 +1,5 @@ body,html { - height:100%; + padding-bottom:2em; } ul { padding:0; @@ -33,3 +33,6 @@ button, input { form { margin: 1em 0 0 0; } +summary { + padding: 1em; +} diff --git a/index.html b/index.html index ef65b3d..2fda147 100644 --- a/index.html +++ b/index.html @@ -11,15 +11,17 @@