From 1eb0b7f6ddc0f253236a952fe60fb4ef7f92b48f Mon Sep 17 00:00:00 2001 From: f0x Date: Thu, 24 Jan 2019 16:35:46 +0100 Subject: [PATCH] stick avatars to top --- public/scss/style.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/scss/style.scss b/public/scss/style.scss index 2f47840..89ffe1f 100644 --- a/public/scss/style.scss +++ b/public/scss/style.scss @@ -184,11 +184,11 @@ body { box-sizing: border-box; object-fit: cover; border: 0.2rem solid lighten($bg0, 10); - align-self: flex-end; position: sticky; - //top: $spacing/4 - 0.2rem; - bottom: $spacing/4 - 0.2rem; + top: $spacing/4 - 0.2rem; + //align-self: flex-end; + //bottom: $spacing/4 - 0.2rem; } .col {