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 class="start-page__news news">
<h2 class="news__title">News</h2>
<news-teaser
date="27. Mai 2020"
title="Lockdown"
url="https://myskillbox-abu-news.webflow.io/lockdown"/>
<news-teaser
date="11. März 2020"
title="Brexit"
@ -46,10 +50,6 @@
date="20. Dezember 2019"
title="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"-->
<!--url="https://abunews.webflow.io/"></news-teaser>-->
<div class="news__more">Mehr...</div>
@ -179,10 +179,12 @@
-ms-grid-row: 1;
-ms-grid-column: 1;
}
& > :nth-child(2) {
-ms-grid-row: 1;
-ms-grid-column: 2;
}
& > :nth-child(3) {
-ms-grid-row: 1;
-ms-grid-column: 3;
@ -216,14 +218,17 @@
-ms-grid-row: 1;
-ms-grid-column: 1;
}
& > :nth-child(2) {
-ms-grid-row: 1;
-ms-grid-column: 2;
}
& > :nth-child(3) {
-ms-grid-row: 1;
-ms-grid-column: 3;
}
& > :nth-child(4) {
-ms-grid-row: 1;
-ms-grid-column: 4;