diff --git a/pub/style/style.css b/pub/style/style.css index 3741f09..ba0eee7 100755 --- a/pub/style/style.css +++ b/pub/style/style.css @@ -55,10 +55,22 @@ nav li ul { } footer { + margin-top: 2em; display: flex; justify-content: space-between; } +figure figcaption { + display: block; + margin-left: auto; + margin-right: auto; +} + +figcaption { + text-align: center; + font-size: 10px; +} + img { display: block; margin-left: auto;