diff options
-rw-r--r-- | index-004.html | 2 | ||||
-rw-r--r-- | 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 @@ </aside> <footer> - <p><span title="PUBLIC is Petites Singularités and DREAM contributors">Copyright ©2020 PUBLIC</span> — <a href="mailto:dream@public.cat">dream@public.cat</a></p> <nav> <ul> <li><a href="#for-activists">For Activists</a></li> @@ -74,6 +73,7 @@ <li><a href="#dream-team">Contact</a></li> </ul> </nav> + <p><span title="PUBLIC is Petites Singularités and DREAM contributors">Copyright ©2020 PUBLIC</span> — <a href="mailto:dream@public.cat">dream@public.cat</a></p> </footer> <!-- Load latest open topics from Discourse --> <script src="https://dream.public.cat/javascripts/embed-topics.js"></script> 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; |