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 {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
@media (min-width: 1600px) {
|
||||
.featured-grid {
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
}
|
||||
}
|
||||
|
||||
.featured-post {
|
||||
position: relative;
|
||||
height: 450px;
|
||||
|
|
|
|||
|
|
@ -7,6 +7,5 @@ description: |
|
|||
date: 2025-06-14
|
||||
coverImage: "2025-06-14 - 22-13-52 - Soirée solidaire 2025 - Flamenco pour tous.jpg"
|
||||
tags: []
|
||||
featured: true
|
||||
draft: false
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue