Compare commits
No commits in common. "cd839b0c98fb8d3dfb7508c4ec90a691c9a0e7da" and "7f8b0e3adcdb5ce85b9436477e38d1a99884308a" have entirely different histories.
cd839b0c98
...
7f8b0e3adc
2 changed files with 2 additions and 7 deletions
|
|
@ -124,16 +124,10 @@ const regularPosts = postsWithImages.filter(post => !post.data.featured);
|
|||
|
||||
.featured-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
@media (min-width: 1600px) {
|
||||
.featured-grid {
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
}
|
||||
}
|
||||
|
||||
.featured-post {
|
||||
position: relative;
|
||||
height: 450px;
|
||||
|
|
|
|||
|
|
@ -7,5 +7,6 @@ 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