summaryrefslogtreecommitdiff
path: root/commun.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-11-03 22:57:32 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-11-17 21:21:51 +0100
commit7b4a6d4ac296f5170550604474fede05c98fea06 (patch)
tree9444ac08315f8ecbdbf372d63907b945966829f9 /commun.css
parent9d0c584ffbd251b12e387f31d19d2c2201fbe46f (diff)
downloadquatuorbellefeuille.com-7b4a6d4ac296f5170550604474fede05c98fea06.tar.xz
Add artist portraits back
Use as many character-width-independent units as possible, to make sure nothing moves too much when zooming. Move some body CSS to common stylesheet. Probably broke events page, ah well. All in due time. Fix "transition" property: apply only to "filter". Otherwise when zooming images are resized with a slow 1s transition.
Diffstat (limited to 'commun.css')
-rw-r--r--commun.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/commun.css b/commun.css
index 6f83f21..782463f 100644
--- a/commun.css
+++ b/commun.css
@@ -29,6 +29,18 @@ nav ol li {
flex: 1;
}
+body {
+ height: 100%;
+ display: flex;
+ flex-direction: column;
+ margin: 0;
+}
+
+.main {
+ flex-grow: 1;
+ background: #ccc;
+}
+
footer {
margin: auto;
}