From be641c2e402ab4c4b4bfd73d8927a7930a115b56 Mon Sep 17 00:00:00 2001 From: Nuno Sempere Date: Wed, 28 Sep 2022 22:35:58 +0000 Subject: [PATCH] fix: css mistake large screens. --- pub/style/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 {