From 81be907f109fe9f6e9f3263d65a328a025c7eb3e Mon Sep 17 00:00:00 2001 From: hellekin Date: Sun, 22 Nov 2020 16:05:31 +0100 Subject: Restore initial copyleft position --- index-004.html | 2 +- main_style-004.css | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/index-004.html b/index-004.html index 03e3cfd..8900dea 100644 --- a/index-004.html +++ b/index-004.html @@ -66,7 +66,6 @@ diff --git a/main_style-004.css b/main_style-004.css index a2a463e..f1e8648 100644 --- a/main_style-004.css +++ b/main_style-004.css @@ -337,6 +337,9 @@ body>footer { text-align: center; box-shadow: 0 2px 1px inset var(--ebony); font-size: 0.7em; + display: flex; + flex-flow: column-reverse wrap; + justify-content: space-around; } body>footer>p { display: none; @@ -348,7 +351,9 @@ body>footer:hover { body>footer:hover p { display: block; } - +body>footer nav { + flex: 1 0 auto; +} body>footer nav ul { display: flex; flex-flow: row nowrap; -- cgit v1.2.3