Our new Gluten Free Super Seeded Oatcakes are packed with delicious flax, sunflower and chia seeds giving them a delicious crunch.
They're also incredibly versatile. Try topping them with soft cheese and ripe fig or a chunk of cheddar cheese with sliced tomato. Or, why not experiment with your favourite sandwich filling as a topping or have them as an accompaniment to soup or a salad to help keep you going.
/* Mark the container as a query container */
.image-container {
container-type: inline-size;
}
/* When the container’s width is at least 500px, apply a max-width style to the image */
@container (min-width: 500px) {
.image-container img {
max-width: 80%;
height: auto;
}
}