summaryrefslogtreecommitdiff
path: root/commun.css
diff options
context:
space:
mode:
Diffstat (limited to 'commun.css')
-rw-r--r--commun.css17
1 files changed, 8 insertions, 9 deletions
diff --git a/commun.css b/commun.css
index 4daa0b0..081c7a9 100644
--- a/commun.css
+++ b/commun.css
@@ -34,6 +34,14 @@ header.banner:hover h1 {
color: #d82;
}
+footer.legal {
+ grid-column: 1 / -1;
+ width: 100%;
+ text-align: center;
+ margin: auto;
+ font-size: 75%;
+}
+
@media (min-width: 40em) {
.togglable > input.toggle,
.togglable > img.button,
@@ -173,14 +181,6 @@ header.banner:hover h1 {
margin: 0;
padding: 1em 0.5em;
}
-
- footer.legal {
- grid-column: 1 / -1;
- width: 100%;
- text-align: center;
- margin: auto;
- font-size: 75%;
- }
}
@media (max-width: 40em) {
@@ -208,7 +208,6 @@ header.banner:hover h1 {
}
footer.legal {
grid-row: 4;
- grid-column: 1 / -1;
}
main {
grid-row: 3;