Merge branch 'hotfix/lockdown-news' into develop
This commit is contained in:
commit
6d43226ebb
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue