summaryrefslogtreecommitdiff
path: root/main_style-004.css
diff options
context:
space:
mode:
Diffstat (limited to 'main_style-004.css')
-rw-r--r--main_style-004.css7
1 files changed, 6 insertions, 1 deletions
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;