commit be641c2e402ab4c4b4bfd73d8927a7930a115b56
parent 5ef129536b817a0dd8912a20aeebeedcb0572351
Author: Nuno Sempere <nuno.semperelh@protonmail.com>
Date: Wed, 28 Sep 2022 22:35:58 +0000
fix: css mistake large screens.
Diffstat:
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git 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 {