diff --git a/additional.css b/additional.css index 84ad492..8769255 100644 --- a/additional.css +++ b/additional.css @@ -4,10 +4,18 @@ height: 100%; } +.widget--header p { + margin: 0; +} + .widget--body { flex-grow: 1; } +.widget--footer p { + margin: 0; +} + body { display: flex; flex-direction: column; diff --git a/index.html b/index.html index df5d54c..60463cb 100644 --- a/index.html +++ b/index.html @@ -34,17 +34,17 @@