diff --git a/pub/style/style.css b/pub/style/style.css index 50fb9f5..861ca47 100755 --- a/pub/style/style.css +++ b/pub/style/style.css @@ -57,7 +57,7 @@ header a { header h1 span { margin-left: 0em; - font-size: 70%; + /* font-size: 70%; */ color: #555; /* font-style: italic; @@ -116,8 +116,10 @@ article{ } footer { + display: block; flex-grow: 1; - display: flex; + flex-basis: 100%; + flex-shrink: 0; justify-content: space-between; padding: 1em 0em 1em 1em; border-top: 2px solid #eee @@ -139,7 +141,7 @@ figure figcaption { figcaption { text-align: center; - font-size: 12px; + font-size: 16px; } img {