<div class="article flex sm:flex-col">
<div class="img">
- <img src="img/news.png" alt="">
+ <img class="img-article" src="img/news.png" alt="">
</div>
<div class="content ml-12 sm:ml-0 flex flex-col text-grey-dark">
<span class="news-date ">12/01/19</span>
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