summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/membre.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/stylesheets/membre.css b/stylesheets/membre.css
index adf11f4..fbd3d28 100644
--- a/stylesheets/membre.css
+++ b/stylesheets/membre.css
@@ -27,8 +27,18 @@ main {
margin-bottom: 0.2em;
}
+#photo {
+ position: fixed;
+ bottom: 0;
+ right: 0;
+ width: 40vw;
+ height: 40vw;
+ z-index: -1;
+}
+
#photo img {
- width: 100%;
- height: 100%;
+ position: absolute;
+ bottom: 0;
+ right: 0;
object-fit: contain;
}