diff --git a/bin/page.sh b/bin/page.sh index d3439b7..d271f42 100755 --- a/bin/page.sh +++ b/bin/page.sh @@ -41,11 +41,13 @@ EOF contact -
+
EOF cat cat <<-"EOF" -
+ + EOF diff --git a/style.css b/style.css index efec865..c7820d8 100644 --- a/style.css +++ b/style.css @@ -35,7 +35,7 @@ h1:hover a:empty, h2:hover a:empty, h3:hover a:empty, h4:hover a:empty, h5:hover a:empty, h6:hover a:empty { visibility: visible; } -#content > img { +main > img { max-width: 100%; } figure { @@ -117,3 +117,8 @@ th, td { margin: 0; padding: 0; } + +footer { + padding: 25px 0; + text-align: center; +}