Nairn's Mini oatcakes have all the flavour and goodness of our Fine Milled oatcakes but in bite size portions. The fine milled wholegrain oats used to bake our Mini oatcakes give a lighter biscuit texture and a mild, creamy taste. Mini oatcakes make a perfect base for canapes or why not try them with your favourite dip?
/* 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;
}
}