From: nael Date: Wed, 12 Jun 2019 15:42:33 +0000 (+0200) Subject: wip #2755 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f50d2d3;p=pmi.git wip #2755 --- 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