commit 7722d5ded2649234baf0f00cfe596f141e158380 parent ecc7abe9d5ffd75b290bacae4d2cd69c207a6214 Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Tue, 16 Feb 2021 22:29:05 +0100 Keep photo visible while scrolling Diffstat:
| M | stylesheets/membre.css | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/stylesheets/membre.css b/stylesheets/membre.css @@ -38,4 +38,6 @@ main { #photo img { width: 100%; background-size: cover; + position: sticky; + top: 2em; }