From f50d2d3c88d66b593663e42216d9c6865ad47c24 Mon Sep 17 00:00:00 2001 From: nael Date: Wed, 12 Jun 2019 17:42:33 +0200 Subject: [PATCH] wip #2755 --- public/_modules/news-article/index.html | 2 +- public/_modules/news-article/style.styl | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/public/_modules/news-article/index.html b/public/_modules/news-article/index.html index 1c282ec..b3bb542 100644 --- a/public/_modules/news-article/index.html +++ b/public/_modules/news-article/index.html @@ -20,7 +20,7 @@
- +
12/01/19 diff --git a/public/_modules/news-article/style.styl b/public/_modules/news-article/style.styl index 92e3b03..14c6856 100644 --- a/public/_modules/news-article/style.styl +++ b/public/_modules/news-article/style.styl @@ -33,4 +33,10 @@ $verylightgrey =#E7E9F3 width 100% .event-title font-family: $barlow - font-weight: 500 \ No newline at end of file + font-weight: 500 + .img-article + position: sticky; + position: -webkit-sticky; + top: 96px; + @media (max-width : 499px) + position: static \ No newline at end of file -- 2.39.5