summaryrefslogtreecommitdiff
path: root/commun.css
diff options
context:
space:
mode:
Diffstat (limited to 'commun.css')
-rw-r--r--commun.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/commun.css b/commun.css
index 9b52d45..16531a9 100644
--- a/commun.css
+++ b/commun.css
@@ -34,15 +34,13 @@ nav ol li {
}
body {
- height: 100%;
display: flex;
flex-direction: column;
margin: 0;
}
.main {
- flex-grow: 1;
- background: #ccc;
+ background: #f00;
}
footer {