New season's text updates and discontinuation of organic certificate

This commit is contained in:
2025-03-13 22:32:18 +02:00
parent a720d59e4a
commit 1e0cfb86d1
6 changed files with 45 additions and 37 deletions

View File

@@ -9,10 +9,15 @@
.location-listing {
display: flex;
flex-wrap: wrap;
gap: 3rem;
gap: 1rem;
list-style: disc;
line-height: 1rem;
justify-content: center;
line-height: 2rem;
justify-content: space-evenly;
margin-bottom: 4rem;
font-size: 2rem;
}
.offer-general-info {
font-size: larger;
max-width: 70rem;
}

View File

@@ -13,3 +13,7 @@
.organic-link {
font-size: 2rem;
}
.organic-discontinuation-paragraph {
max-width: 70rem;
}