commit 241ae4c3fe484acb72d07870021a4fa3a6ffc69c parent 0d8466776ac04f439266a5719a48955b47fe9ead Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Mon, 15 Feb 2021 21:25:30 +0100 Give more space to portraits By splitting <main> 50/50, and reducing the right sidebar's fraction. Diffstat:
| M | stylesheets/commun.css | | | 2 | +- |
| M | stylesheets/membre.css | | | 4 | ++-- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/stylesheets/commun.css b/stylesheets/commun.css @@ -110,7 +110,7 @@ footer.legal { body { min-height: 100vh; display: grid; - grid-template-columns: 2fr 1fr 4fr 1fr 1fr; + grid-template-columns: 2fr 1fr 4fr 1fr auto; grid-template-rows: auto 1fr auto; } diff --git a/stylesheets/membre.css b/stylesheets/membre.css @@ -1,11 +1,11 @@ main { display: grid; - grid-template-columns: 3fr 2fr; - align-items: center; + grid-template-columns: 1fr 1fr; } #bio { justify-self: center; + margin-right: 0.5em; } #bio h1 {