Some things are just made for each other - strawberries and cream, neeps and tatties, oatcakes and cheese. Our versatile Cheese oatcakes are made with mature cheddar cheese, wholegrain oats and very little else. A winner with the whole family simply on their own as a stop gap before meals, with a topping, or a perfect pairing with a bowl of hearty tomato soup. Be warned though - our Cheese oatcakes are so full of flavour and deliciously moreish we bet you can't stop at one!
/* 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;
}
}