Merge branch 'hotfix/lockdown-news' into develop

This commit is contained in:
Ramon Wenger 2020-05-27 18:09:45 +02:00
commit 6d43226ebb
1 changed files with 9 additions and 4 deletions

View File

@ -38,6 +38,10 @@
</div> </div>
<div class="start-page__news news"> <div class="start-page__news news">
<h2 class="news__title">News</h2> <h2 class="news__title">News</h2>
<news-teaser
date="27. Mai 2020"
title="Lockdown"
url="https://myskillbox-abu-news.webflow.io/lockdown"/>
<news-teaser <news-teaser
date="11. März 2020" date="11. März 2020"
title="Brexit" title="Brexit"
@ -46,10 +50,6 @@
date="20. Dezember 2019" date="20. Dezember 2019"
title="Blockchain" title="Blockchain"
url="https://myskillbox-abu-news.webflow.io/blockchain"/> url="https://myskillbox-abu-news.webflow.io/blockchain"/>
<news-teaser
date="9. September 2019"
title="Klima was sonst?"
url="https://myskillbox-abu-news.webflow.io/klima"/>
<!--<news-teaser date="31. Oktober 2018" title="Sommerzeit - Festivalzeit"--> <!--<news-teaser date="31. Oktober 2018" title="Sommerzeit - Festivalzeit"-->
<!--url="https://abunews.webflow.io/"></news-teaser>--> <!--url="https://abunews.webflow.io/"></news-teaser>-->
<div class="news__more">Mehr...</div> <div class="news__more">Mehr...</div>
@ -179,10 +179,12 @@
-ms-grid-row: 1; -ms-grid-row: 1;
-ms-grid-column: 1; -ms-grid-column: 1;
} }
& > :nth-child(2) { & > :nth-child(2) {
-ms-grid-row: 1; -ms-grid-row: 1;
-ms-grid-column: 2; -ms-grid-column: 2;
} }
& > :nth-child(3) { & > :nth-child(3) {
-ms-grid-row: 1; -ms-grid-row: 1;
-ms-grid-column: 3; -ms-grid-column: 3;
@ -216,14 +218,17 @@
-ms-grid-row: 1; -ms-grid-row: 1;
-ms-grid-column: 1; -ms-grid-column: 1;
} }
& > :nth-child(2) { & > :nth-child(2) {
-ms-grid-row: 1; -ms-grid-row: 1;
-ms-grid-column: 2; -ms-grid-column: 2;
} }
& > :nth-child(3) { & > :nth-child(3) {
-ms-grid-row: 1; -ms-grid-row: 1;
-ms-grid-column: 3; -ms-grid-column: 3;
} }
& > :nth-child(4) { & > :nth-child(4) {
-ms-grid-row: 1; -ms-grid-row: 1;
-ms-grid-column: 4; -ms-grid-column: 4;