Compare commits
2 commits
7f8b0e3adc
...
cd839b0c98
| Author | SHA1 | Date | |
|---|---|---|---|
| cd839b0c98 | |||
| 7776236f21 |
2 changed files with 7 additions and 2 deletions
|
|
@ -124,10 +124,16 @@ const regularPosts = postsWithImages.filter(post => !post.data.featured);
|
||||||
|
|
||||||
.featured-grid {
|
.featured-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
|
grid-template-columns: repeat(2, 1fr);
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 1600px) {
|
||||||
|
.featured-grid {
|
||||||
|
grid-template-columns: repeat(4, 1fr);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.featured-post {
|
.featured-post {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 450px;
|
height: 450px;
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,5 @@ description: |
|
||||||
date: 2025-06-14
|
date: 2025-06-14
|
||||||
coverImage: "2025-06-14 - 22-13-52 - Soirée solidaire 2025 - Flamenco pour tous.jpg"
|
coverImage: "2025-06-14 - 22-13-52 - Soirée solidaire 2025 - Flamenco pour tous.jpg"
|
||||||
tags: []
|
tags: []
|
||||||
featured: true
|
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue