diff --git a/style.css b/style.css index ff2c708..7cd0a4c 100644 --- a/style.css +++ b/style.css @@ -56,6 +56,12 @@ a:hover { width: 100%; } +#content > p, #content > ul { + width: 95%; + margin-left: auto; + margin-right: auto; +} + hr { margin: 2em; } @@ -83,4 +89,8 @@ hr { h4 { text-align: center; +} + +h5 { + font-size: 0.95em; } \ No newline at end of file