aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2020-11-22 16:05:31 +0100
committerhellekin <hellekin@cepheide.org>2020-11-22 16:05:31 +0100
commit81be907f109fe9f6e9f3263d65a328a025c7eb3e (patch)
tree2f6ae90d3ab513124cd25135514dec31f15ababe
parent06beee615819b547fefa81c644ed05d4215cb5a5 (diff)
downloaddream.public.cat-81be907f109fe9f6e9f3263d65a328a025c7eb3e.tar.gz
Restore initial copyleft position
-rw-r--r--index-004.html2
-rw-r--r--main_style-004.css7
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;