diff --git a/style.css b/style.css index cc7e978..7b11837 100644 --- a/style.css +++ b/style.css @@ -22,10 +22,11 @@ body { justify-content: space-around; } -p { +p, ul, li { padding: 0px; margin: 0.8em; - font-size: 0.9em + font-size: 0.9em; + list-style-type: none; } #linkblock { @@ -62,10 +63,20 @@ hr { #footer { display: block; position: fixed; - bottom: 0; + bottom: 3px; margin-left: auto; margin-right: auto; text-align: center; font-size: 0.8em; width: 100%; +} + +#longcontentfooter { + display: block; + margin-left: auto; + margin-right: auto; + text-align: center; + font-size: 0.8em; + margin-top: 20px; + width: 100%; } \ No newline at end of file