commit ed687688acaed7210ae1c2a36862ee6e126ecae1
parent 78a08a151bf072f27f3b7e53bf2dcdb0912c03cf
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Wed, 10 Feb 2021 00:48:48 +0100
Tweak portrait dimensions
Try to ensure they don't collide with menu.
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/images/hervé/portrait.png b/images/hervé/portrait.png
Binary files differ.
diff --git a/stylesheets/membre.css b/stylesheets/membre.css
@@ -31,8 +31,8 @@ main {
position: fixed;
bottom: 0;
right: 0;
- width: 40vw;
- height: 40vw;
+ width: 70vh;
+ height: 70vh;
z-index: -1;
}